Html Css Color HEX #C04370 Royal Heath

📋 copy color: '#C04370'

red 192 ◦ green 67 ◦ blue 112

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

Shades of Royal Heath #C04370

Tints of Royal Heath #C04370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 51.75%
G = 18.06%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C04370 (or 0xC04370) is known color: Royal Heath. HEX triplet: C0, 43 and 70. RGB value is (192,67,112). Sum of RGB (Red+Green+Blue) = 192+67+112=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C04370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04370 is #3FBC8F. Grayscale: #6D6D6D. Windows color (decimal): -4177040 or 7357376. OLE color: 7357376.

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

Color convert

RGB 192 67 112 -
CMYK 0 0.65 0.42 0.25
HSL 338.4º 0.5% 0.51% -
HSV(B) 338.4º 0.65% 0.75% -
XYZ 26.67 16.39 17.09 -
YUV 109.51 129.41 186.84 -
System Red Green Blue C M Y K H S L
Decimal 192 67 112 0 0.65 0.42 0.25 338.4 0.5 0.51
Hex C0 43 70 0 41 2A 19 152 32 33
Octal 300 103 160 0 101 52 31 522 62 63
Binary 11000000 1000011 1110000 0 1000001 101010 11001 101010010 110010 110011

Color Harmonies of #C04370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04370

Black with #C04370

Text Example


Text Example

White with #C04370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04370; }

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

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

background-color css

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

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

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

border-color css

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

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

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