#C04475

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

Shades of Royal Heath #C04475

Tints of Royal Heath #C04475

Color information

#C04475 (or 0xC04475) is unknown color: approx Royal Heath. HEX triplet: C0, 44 and 75. RGB value is (192,68,117). Sum of RGB (Red+Green+Blue) = 192+68+117=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C04475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04475 is #3FBB8A. Grayscale: #6E6E6E. Windows color (decimal): -4176779 or 7685312. OLE color: 7685312.

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

Color convert

RGB19268117-
CMYK00.650.390.25
HSL336.29º49.6%50.98%-
HSV(B)336.29º64.58%75.29%-
XYZ27.0216.6318.61-
YUV110.66131.58186.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.93%
GREEN value IS 68 (26.95% from 255) = 18.04%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=50.93%
G=18.04%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926811700.650.390.25336.2949.650.98
HexC0447504127191503233
Octal300104165010147315206263
Binary11000000100010011101010100000110011111001101010000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04475; }

 p { color: rgb(192,68,117); }

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

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

 a { background-color: rgb(192,68,117); }

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

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

 span { border-color: rgb(192,68,117); }

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