#C33967

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

Shades of Royal Heath #C33967

Tints of Royal Heath #C33967

Color information

#C33967 (or 0xC33967) is unknown color: approx Royal Heath. HEX triplet: C3, 39 and 67. RGB value is (195,57,103). Sum of RGB (Red+Green+Blue) = 195+57+103=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C33967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33967 is #3CC698. Grayscale: #676767. Windows color (decimal): -3983001 or 6764995. OLE color: 6764995.

HSL color Cylindrical-coordinate representation of color #C33967: hue angle of 340º 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 #C33967 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB19557103-
CMYK00.710.470.24
HSL340º54.76%49.41%-
HSV(B)340º70.77%76.47%-
XYZ26.4215.5114.43-
YUV103.51127.72193.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.93%
GREEN value IS 57 (22.66% from 255) = 16.06%
BLUE value IS 103 (40.62% from 255) = 29.01%
R=54.93%
G=16.06%
B=29.01%

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
Decimal1955710300.710.470.2434054.7649.41
HexC339670472F181543731
Octal30371147010757305246761
Binary1100001111100111001110100011110111111000101010100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33967; }

 p { color: rgb(195,57,103); }

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

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

 a { background-color: rgb(195,57,103); }

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

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

 span { border-color: rgb(195,57,103); }

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