Html Css Color HEX #C04A76 Royal Heath

📋 copy color: '#C04A76'

red 192 ◦ green 74 ◦ blue 118

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

Shades of Royal Heath #C04A76

Tints of Royal Heath #C04A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 50%
G = 19.27%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C04A76 (or 0xC04A76) is known color: Royal Heath. HEX triplet: C0, 4A and 76. RGB value is (192,74,118). Sum of RGB (Red+Green+Blue) = 192+74+118=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04A76 is #3FB589. Grayscale: #727272. Windows color (decimal): -4175242 or 7752384. OLE color: 7752384.

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

Color convert

RGB 192 74 118 -
CMYK 0 0.61 0.39 0.25
HSL 337.63º 0.48% 0.52% -
HSV(B) 337.63º 0.61% 0.75% -
XYZ 27.46 17.41 19.05 -
YUV 114.3 130.09 183.42 -
System Red Green Blue C M Y K H S L
Decimal 192 74 118 0 0.61 0.39 0.25 337.63 0.48 0.52
Hex C0 4A 76 0 3D 27 19 152 30 34
Octal 300 112 166 0 75 47 31 522 60 64
Binary 11000000 1001010 1110110 0 111101 100111 11001 101010010 110000 110100

Color Harmonies of #C04A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A76

Black with #C04A76

Text Example


Text Example

White with #C04A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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