Html Css Color HEX #C04374 Royal Heath

📋 copy color: '#C04374'

red 192 ◦ green 67 ◦ blue 116

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

Shades of Royal Heath #C04374

Tints of Royal Heath #C04374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 51.2%
G = 17.87%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C04374 (or 0xC04374) is known color: Royal Heath. HEX triplet: C0, 43 and 74. RGB value is (192,67,116). Sum of RGB (Red+Green+Blue) = 192+67+116=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C04374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04374 is #3FBC8B. Grayscale: #6D6D6D. Windows color (decimal): -4177036 or 7619520. OLE color: 7619520.

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

Color convert

RGB 192 67 116 -
CMYK 0 0.65 0.40 0.25
HSL 336.48º 0.5% 0.51% -
HSV(B) 336.48º 0.65% 0.75% -
XYZ 26.9 16.48 18.29 -
YUV 109.96 131.41 186.52 -
System Red Green Blue C M Y K H S L
Decimal 192 67 116 0 0.65 0.40 0.25 336.48 0.5 0.51
Hex C0 43 74 0 41 28 19 150 32 33
Octal 300 103 164 0 101 50 31 520 62 63
Binary 11000000 1000011 1110100 0 1000001 101000 11001 101010000 110010 110011

Color Harmonies of #C04374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04374

Black with #C04374

Text Example


Text Example

White with #C04374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04374; }

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

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

background-color css

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

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

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

border-color css

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

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

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