Html Css Color HEX #C04170 Royal Heath

📋 copy color: '#C04170'

red 192 ◦ green 65 ◦ blue 112

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

Shades of Royal Heath #C04170

Tints of Royal Heath #C04170

RGB

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

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

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

R = 52.03%
G = 17.62%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C04170 (or 0xC04170) is known color: Royal Heath. HEX triplet: C0, 41 and 70. RGB value is (192,65,112). Sum of RGB (Red+Green+Blue) = 192+65+112=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C04170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04170 is #3FBE8F. Grayscale: #6C6C6C. Windows color (decimal): -4177552 or 7356864. OLE color: 7356864.

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

Color convert

RGB 192 65 112 -
CMYK 0 0.66 0.42 0.25
HSL 337.8º 0.5% 0.5% -
HSV(B) 337.8º 0.66% 0.75% -
XYZ 26.55 16.16 17.05 -
YUV 108.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 192 65 112 0 0.66 0.42 0.25 337.8 0.5 0.5
Hex C0 41 70 0 42 2A 19 152 32 32
Octal 300 101 160 0 102 52 31 522 62 62
Binary 11000000 1000001 1110000 0 1000010 101010 11001 101010010 110010 110010

Color Harmonies of #C04170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04170

Black with #C04170

Text Example


Text Example

White with #C04170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04170; }

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

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

background-color css

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

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

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

border-color css

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

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

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