Html Css Color HEX #C04570 Royal Heath

📋 copy color: '#C04570'

red 192 ◦ green 69 ◦ blue 112

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

Shades of Royal Heath #C04570

Tints of Royal Heath #C04570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.5%

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

R = 51.47%
G = 18.5%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C04570 (or 0xC04570) is known color: Royal Heath. HEX triplet: C0, 45 and 70. RGB value is (192,69,112). Sum of RGB (Red+Green+Blue) = 192+69+112=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C04570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04570 is #3FBA8F. Grayscale: #6E6E6E. Windows color (decimal): -4176528 or 7357888. OLE color: 7357888.

HSL color Cylindrical-coordinate representation of color #C04570: hue angle of 339.02º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04570 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 69 112 -
CMYK 0 0.64 0.42 0.25
HSL 339.02º 0.49% 0.51% -
HSV(B) 339.02º 0.64% 0.75% -
XYZ 26.79 16.63 17.13 -
YUV 110.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 192 69 112 0 0.64 0.42 0.25 339.02 0.49 0.51
Hex C0 45 70 0 40 2A 19 153 31 33
Octal 300 105 160 0 100 52 31 523 61 63
Binary 11000000 1000101 1110000 0 1000000 101010 11001 101010011 110001 110011

Color Harmonies of #C04570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04570

Black with #C04570

Text Example


Text Example

White with #C04570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04570; }

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

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

background-color css

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

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

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

border-color css

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

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

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