Html Css Color HEX #C04A72 Royal Heath

📋 copy color: '#C04A72'

red 192 ◦ green 74 ◦ blue 114

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

Shades of Royal Heath #C04A72

Tints of Royal Heath #C04A72

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.47%

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

R = 50.53%
G = 19.47%
B = 30%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C04A72 (or 0xC04A72) is known color: Royal Heath. HEX triplet: C0, 4A and 72. RGB value is (192,74,114). Sum of RGB (Red+Green+Blue) = 192+74+114=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04A72 is #3FB58D. Grayscale: #717171. Windows color (decimal): -4175246 or 7490240. OLE color: 7490240.

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

Color convert

RGB 192 74 114 -
CMYK 0 0.61 0.41 0.25
HSL 339.66º 0.48% 0.52% -
HSV(B) 339.66º 0.61% 0.75% -
XYZ 27.22 17.32 17.83 -
YUV 113.84 128.09 183.75 -
System Red Green Blue C M Y K H S L
Decimal 192 74 114 0 0.61 0.41 0.25 339.66 0.48 0.52
Hex C0 4A 72 0 3D 29 19 154 30 34
Octal 300 112 162 0 75 51 31 524 60 64
Binary 11000000 1001010 1110010 0 111101 101001 11001 101010100 110000 110100

Color Harmonies of #C04A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A72

Black with #C04A72

Text Example


Text Example

White with #C04A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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