Html Css Color HEX #C04376 Royal Heath

📋 copy color: '#C04376'

red 192 ◦ green 67 ◦ blue 118

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

Shades of Royal Heath #C04376

Tints of Royal Heath #C04376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.77%

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

R = 50.93%
G = 17.77%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C04376 (or 0xC04376) is known color: Royal Heath. HEX triplet: C0, 43 and 76. RGB value is (192,67,118). Sum of RGB (Red+Green+Blue) = 192+67+118=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C04376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04376 is #3FBC89. Grayscale: #6E6E6E. Windows color (decimal): -4177034 or 7750592. OLE color: 7750592.

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

Color convert

RGB 192 67 118 -
CMYK 0 0.65 0.39 0.25
HSL 335.52º 0.5% 0.51% -
HSV(B) 335.52º 0.65% 0.75% -
XYZ 27.02 16.53 18.91 -
YUV 110.19 132.41 186.35 -
System Red Green Blue C M Y K H S L
Decimal 192 67 118 0 0.65 0.39 0.25 335.52 0.5 0.51
Hex C0 43 76 0 41 27 19 150 32 33
Octal 300 103 166 0 101 47 31 520 62 63
Binary 11000000 1000011 1110110 0 1000001 100111 11001 101010000 110010 110011

Color Harmonies of #C04376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04376

Black with #C04376

Text Example


Text Example

White with #C04376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04376; }

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

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

background-color css

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

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

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

border-color css

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

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

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