#C33D76

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

Shades of Royal Heath #C33D76

Tints of Royal Heath #C33D76

Color information

#C33D76 (or 0xC33D76) is unknown color: approx Royal Heath. HEX triplet: C3, 3D and 76. RGB value is (195,61,118). Sum of RGB (Red+Green+Blue) = 195+61+118=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D76 is #3CC289. Grayscale: #6B6B6B. Windows color (decimal): -3981962 or 7749059. OLE color: 7749059.

HSL color Cylindrical-coordinate representation of color #C33D76: hue angle of 334.48º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33D76 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB19561118-
CMYK00.690.390.24
HSL334.48º52.76%50.2%-
HSV(B)334.48º68.72%76.47%-
XYZ27.4416.2518.83-
YUV107.56133.89190.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.14%
GREEN value IS 61 (24.22% from 255) = 16.31%
BLUE value IS 118 (46.48% from 255) = 31.55%
R=52.14%
G=16.31%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956111800.690.390.24334.4852.7650.2
HexC33D76045271814e3532
Octal30375166010547305166562
Binary1100001111110111101100100010110011111000101001110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33D76; }

 p { color: rgb(195,61,118); }

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

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

 a { background-color: rgb(195,61,118); }

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

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

 span { border-color: rgb(195,61,118); }

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