Html Css Color HEX #C04176 Royal Heath

📋 copy color: '#C04176'

red 192 ◦ green 65 ◦ blue 118

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

Shades of Royal Heath #C04176

Tints of Royal Heath #C04176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.33%

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

R = 51.2%
G = 17.33%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C04176 (or 0xC04176) is known color: Royal Heath. HEX triplet: C0, 41 and 76. RGB value is (192,65,118). Sum of RGB (Red+Green+Blue) = 192+65+118=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C04176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04176 is #3FBE89. Grayscale: #6C6C6C. Windows color (decimal): -4177546 or 7750080. OLE color: 7750080.

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

Color convert

RGB 192 65 118 -
CMYK 0 0.66 0.39 0.25
HSL 334.96º 0.5% 0.5% -
HSV(B) 334.96º 0.66% 0.75% -
XYZ 26.9 16.3 18.87 -
YUV 109.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 192 65 118 0 0.66 0.39 0.25 334.96 0.5 0.5
Hex C0 41 76 0 42 27 19 14F 32 32
Octal 300 101 166 0 102 47 31 517 62 62
Binary 11000000 1000001 1110110 0 1000010 100111 11001 101001111 110010 110010

Color Harmonies of #C04176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04176

Black with #C04176

Text Example


Text Example

White with #C04176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04176; }

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

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

background-color css

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

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

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

border-color css

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

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

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