#c33568

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

Shades of Royal Heath #C33568

Tints of Royal Heath #C33568

Color information

#C33568 (or 0xC33568) is unknown color: approx Royal Heath. HEX triplet: C3, 35 and 68. RGB value is (195,53,104). Sum of RGB (Red+Green+Blue) = 195+53+104=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C33568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33568 is #3CCA97. Grayscale: #656565. Windows color (decimal): -3984024 or 6829507. OLE color: 6829507.

HSL color Cylindrical-coordinate representation of color #C33568: hue angle of 338.45º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33568 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB19553104-
CMYK00.730.470.24
HSL338.45º57.26%48.63%-
HSV(B)338.45º72.82%76.47%-
XYZ26.2815.1514.64-
YUV101.27129.54194.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.40%
GREEN value IS 53 (21.09% from 255) = 15.06%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=55.40%
G=15.06%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955310400.730.470.24338.4557.2648.63
HexC335680492F181523931
Octal30365150011157305227161
Binary1100001111010111010000100100110111111000101010010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c33568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c33568; }

 p { color: rgb(195,53,104); }

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

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

 a { background-color: rgb(195,53,104); }

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

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

 span { border-color: rgb(195,53,104); }

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