Html Css Color HEX #C04872 Royal Heath

📋 copy color: '#C04872'

red 192 ◦ green 72 ◦ blue 114

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

Shades of Royal Heath #C04872

Tints of Royal Heath #C04872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.05%

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

R = 50.79%
G = 19.05%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C04872 (or 0xC04872) is known color: Royal Heath. HEX triplet: C0, 48 and 72. RGB value is (192,72,114). Sum of RGB (Red+Green+Blue) = 192+72+114=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C04872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04872 is #3FB78D. Grayscale: #707070. Windows color (decimal): -4175758 or 7489728. OLE color: 7489728.

HSL color Cylindrical-coordinate representation of color #C04872: hue angle of 339º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04872 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 72 114 -
CMYK 0 0.63 0.41 0.25
HSL 339º 0.49% 0.52% -
HSV(B) 339º 0.63% 0.75% -
XYZ 27.09 17.06 17.78 -
YUV 112.67 128.76 184.58 -
System Red Green Blue C M Y K H S L
Decimal 192 72 114 0 0.63 0.41 0.25 339 0.49 0.52
Hex C0 48 72 0 3F 29 19 153 31 34
Octal 300 110 162 0 77 51 31 523 61 64
Binary 11000000 1001000 1110010 0 111111 101001 11001 101010011 110001 110100

Color Harmonies of #C04872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04872

Black with #C04872

Text Example


Text Example

White with #C04872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04872; }

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

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

background-color css

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

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

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

border-color css

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

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

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