Html Css Color HEX #C04472 Royal Heath

📋 copy color: '#C04472'

red 192 ◦ green 68 ◦ blue 114

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

Shades of Royal Heath #C04472

Tints of Royal Heath #C04472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.18%

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

R = 51.34%
G = 18.18%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C04472 (or 0xC04472) is known color: Royal Heath. HEX triplet: C0, 44 and 72. RGB value is (192,68,114). Sum of RGB (Red+Green+Blue) = 192+68+114=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C04472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04472 is #3FBB8D. Grayscale: #6E6E6E. Windows color (decimal): -4176782 or 7488704. OLE color: 7488704.

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

Color convert

RGB 192 68 114 -
CMYK 0 0.65 0.41 0.25
HSL 337.74º 0.5% 0.51% -
HSV(B) 337.74º 0.65% 0.75% -
XYZ 26.84 16.56 17.7 -
YUV 110.32 130.08 186.26 -
System Red Green Blue C M Y K H S L
Decimal 192 68 114 0 0.65 0.41 0.25 337.74 0.5 0.51
Hex C0 44 72 0 41 29 19 152 32 33
Octal 300 104 162 0 101 51 31 522 62 63
Binary 11000000 1000100 1110010 0 1000001 101001 11001 101010010 110010 110011

Color Harmonies of #C04472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04472

Black with #C04472

Text Example


Text Example

White with #C04472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04472; }

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

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

background-color css

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

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

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

border-color css

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

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

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