Html Css Color HEX #C04E70 Royal Heath

📋 copy color: '#C04E70'

red 192 ◦ green 78 ◦ blue 112

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

Shades of Royal Heath #C04E70

Tints of Royal Heath #C04E70

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.42%

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

R = 50.26%
G = 20.42%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C04E70 (or 0xC04E70) is known color: Royal Heath. HEX triplet: C0, 4E and 70. RGB value is (192,78,112). Sum of RGB (Red+Green+Blue) = 192+78+112=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E70 is #3FB18F. Grayscale: #737373. Windows color (decimal): -4174224 or 7360192. OLE color: 7360192.

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

Color convert

RGB 192 78 112 -
CMYK 0 0.59 0.42 0.25
HSL 342.11º 0.48% 0.53% -
HSV(B) 342.11º 0.59% 0.75% -
XYZ 27.39 17.83 17.33 -
YUV 115.96 125.77 182.24 -
System Red Green Blue C M Y K H S L
Decimal 192 78 112 0 0.59 0.42 0.25 342.11 0.48 0.53
Hex C0 4E 70 0 3B 2A 19 156 30 35
Octal 300 116 160 0 73 52 31 526 60 65
Binary 11000000 1001110 1110000 0 111011 101010 11001 101010110 110000 110101

Color Harmonies of #C04E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04E70

Black with #C04E70

Text Example


Text Example

White with #C04E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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