#C33868

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

Shades of Royal Heath #C33868

Tints of Royal Heath #C33868

Color information

#C33868 (or 0xC33868) is unknown color: approx Royal Heath. HEX triplet: C3, 38 and 68. RGB value is (195,56,104). Sum of RGB (Red+Green+Blue) = 195+56+104=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C33868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33868 is #3CC797. Grayscale: #666666. Windows color (decimal): -3983256 or 6830275. OLE color: 6830275.

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

Color convert

RGB19556104-
CMYK00.710.470.24
HSL339.28º55.38%49.22%-
HSV(B)339.28º71.28%76.47%-
XYZ26.4215.4314.68-
YUV103.03128.55193.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.93%
GREEN value IS 56 (22.27% from 255) = 15.77%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=54.93%
G=15.77%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955610400.710.470.24339.2855.3849.22
HexC338680472F181533731
Octal30370150010757305236761
Binary1100001111100011010000100011110111111000101010011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33868; }

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

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

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

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

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

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

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

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