Html Css Color HEX #C04271 Royal Heath

📋 copy color: '#C04271'

red 192 ◦ green 66 ◦ blue 113

#C04271
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #C04271

Tints of Royal Heath #C04271

RGB

 RED value IS 192 (75.39% from 255) = 51.75%

 GREEN value IS 66 (26.17% from 255) = 17.79%

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 51.75%
G = 17.79%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C04271 (or 0xC04271) is known color: Royal Heath. HEX triplet: C0, 42 and 71. RGB value is (192,66,113). Sum of RGB (Red+Green+Blue) = 192+66+113=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C04271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04271 is #3FBD8E. Grayscale: #6C6C6C. Windows color (decimal): -4177295 or 7422656. OLE color: 7422656.

HSL color Cylindrical-coordinate representation of color #C04271: hue angle of 337.62º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04271 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 113 -
CMYK 0 0.66 0.41 0.25
HSL 337.62º 0.5% 0.51% -
HSV(B) 337.62º 0.66% 0.75% -
XYZ 26.67 16.3 17.36 -
YUV 109.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 192 66 113 0 0.66 0.41 0.25 337.62 0.5 0.51
Hex C0 42 71 0 42 29 19 152 32 33
Octal 300 102 161 0 102 51 31 522 62 63
Binary 11000000 1000010 1110001 0 1000010 101001 11001 101010010 110010 110011

Color Harmonies of #C04271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04271

Black with #C04271

Text Example


Text Example

White with #C04271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04271; }

 p { color: rgb(192,66,113); }

 H1.HeaderClassName
 {
   color: #C04271;
 }
 .AnyTagClassName
 {
   color: #C04271;
 }
</style>

background-color css

<style>
 a { background-color: #C04271; }

 a { background-color: rgb(192,66,113); }

 div.DivClassName
 {
   background-color: #C04271;
 }
 .BgClassName
 {
   background-color: #C04271;
 }
</style>

border-color css

<style>
 span { border-color: #C04271; }

 span { border-color: rgb(192,66,113); }

 td.TdClassName
 {
   border-color: #C04271;
 }
 .TagClassName
 {
   border-color: #C04271;
 }
</style>