Html Css Color HEX #C04272 Royal Heath

📋 copy color: '#C04272'

red 192 ◦ green 66 ◦ blue 114

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

Shades of Royal Heath #C04272

Tints of Royal Heath #C04272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.65%

R = 51.61%
G = 17.74%
B = 30.65%

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

#C04272 (or 0xC04272) is known color: Royal Heath. HEX triplet: C0, 42 and 72. RGB value is (192,66,114). Sum of RGB (Red+Green+Blue) = 192+66+114=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C04272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04272 is #3FBD8D. Grayscale: #6D6D6D. Windows color (decimal): -4177294 or 7488192. OLE color: 7488192.

HSL color Cylindrical-coordinate representation of color #C04272: hue angle of 337.14º 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 #C04272 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 114 -
CMYK 0 0.66 0.41 0.25
HSL 337.14º 0.5% 0.51% -
HSV(B) 337.14º 0.66% 0.75% -
XYZ 26.72 16.32 17.66 -
YUV 109.15 130.74 187.1 -
System Red Green Blue C M Y K H S L
Decimal 192 66 114 0 0.66 0.41 0.25 337.14 0.5 0.51
Hex C0 42 72 0 42 29 19 151 32 33
Octal 300 102 162 0 102 51 31 521 62 63
Binary 11000000 1000010 1110010 0 1000010 101001 11001 101010001 110010 110011

Color Harmonies of #C04272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04272

Black with #C04272

Text Example


Text Example

White with #C04272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04272; }

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

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

background-color css

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

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

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

border-color css

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

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

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