Html Css Color HEX #C04279 Royal Heath

📋 copy color: '#C04279'

red 192 ◦ green 66 ◦ blue 121

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

Shades of Royal Heath #C04279

Tints of Royal Heath #C04279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.41%

 BLUE value IS 121 (47.66% from 255) = 31.93%

R = 50.66%
G = 17.41%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C04279 (or 0xC04279) is known color: Royal Heath. HEX triplet: C0, 42 and 79. RGB value is (192,66,121). Sum of RGB (Red+Green+Blue) = 192+66+121=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C04279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04279 is #3FBD86. Grayscale: #6D6D6D. Windows color (decimal): -4177287 or 7946944. OLE color: 7946944.

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

Color convert

RGB 192 66 121 -
CMYK 0 0.66 0.37 0.25
HSL 333.81º 0.5% 0.51% -
HSV(B) 333.81º 0.66% 0.75% -
XYZ 27.14 16.48 19.84 -
YUV 109.94 134.24 186.53 -
System Red Green Blue C M Y K H S L
Decimal 192 66 121 0 0.66 0.37 0.25 333.81 0.5 0.51
Hex C0 42 79 0 42 25 19 14E 32 33
Octal 300 102 171 0 102 45 31 516 62 63
Binary 11000000 1000010 1111001 0 1000010 100101 11001 101001110 110010 110011

Color Harmonies of #C04279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04279

Black with #C04279

Text Example


Text Example

White with #C04279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04279; }

 p { color: rgb(192,66,121); }

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

background-color css

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

 a { background-color: rgb(192,66,121); }

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

border-color css

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

 span { border-color: rgb(192,66,121); }

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