Html Css Color HEX #C04870 Royal Heath

📋 copy color: '#C04870'

red 192 ◦ green 72 ◦ blue 112

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

Shades of Royal Heath #C04870

Tints of Royal Heath #C04870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.15%

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

R = 51.06%
G = 19.15%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C04870 (or 0xC04870) is known color: Royal Heath. HEX triplet: C0, 48 and 70. RGB value is (192,72,112). Sum of RGB (Red+Green+Blue) = 192+72+112=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C04870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04870 is #3FB78F. Grayscale: #707070. Windows color (decimal): -4175760 or 7358656. OLE color: 7358656.

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

Color convert

RGB 192 72 112 -
CMYK 0 0.63 0.42 0.25
HSL 340º 0.49% 0.52% -
HSV(B) 340º 0.63% 0.75% -
XYZ 26.98 17.01 17.19 -
YUV 112.44 127.76 184.75 -
System Red Green Blue C M Y K H S L
Decimal 192 72 112 0 0.63 0.42 0.25 340 0.49 0.52
Hex C0 48 70 0 3F 2A 19 154 31 34
Octal 300 110 160 0 77 52 31 524 61 64
Binary 11000000 1001000 1110000 0 111111 101010 11001 101010100 110001 110100

Color Harmonies of #C04870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04870

Black with #C04870

Text Example


Text Example

White with #C04870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04870; }

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

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

background-color css

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

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

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

border-color css

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

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

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