#C04273

Color #C04273 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C04273

Tints of Royal Heath #C04273

Color information

#C04273 (or 0xC04273) is unknown color: approx Royal Heath. HEX triplet: C0, 42 and 73. RGB value is (192,66,115). Sum of RGB (Red+Green+Blue) = 192+66+115=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C04273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04273 is #3FBD8C. Grayscale: #6D6D6D. Windows color (decimal): -4177293 or 7553728. OLE color: 7553728.

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

Color convert

RGB19266115-
CMYK00.660.400.25
HSL336.67º50%50.59%-
HSV(B)336.67º65.62%75.29%-
XYZ26.7816.3417.96-
YUV109.26131.24187.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.47%
GREEN value IS 66 (26.17% from 255) = 17.69%
BLUE value IS 115 (45.31% from 255) = 30.83%
R=51.47%
G=17.69%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926611500.660.400.25336.675050.59
HexC0427304228191513233
Octal300102163010250315216263
Binary11000000100001011100110100001010100011001101010001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04273; }

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

 H1.HeaderClassName
 {
   color: #C04273;
 }
 .AnyTagClassName
 {
   color: #C04273;
 }
</style>
background-color css

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

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

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

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

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

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