#C33E60

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

Shades of Blush #C33E60

Tints of Blush #C33E60

Color information

#C33E60 (or 0xC33E60) is unknown color: approx Blush. HEX triplet: C3, 3E and 60. RGB value is (195,62,96). Sum of RGB (Red+Green+Blue) = 195+62+96=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33E60 is #3CC19F. Grayscale: #696969. Windows color (decimal): -3981728 or 6307523. OLE color: 6307523.

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

Color convert

RGB1956296-
CMYK00.680.510.24
HSL344.66º52.57%50.39%-
HSV(B)344.66º68.21%76.47%-
XYZ26.3415.8912.75-
YUV105.64122.56191.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.24%
GREEN value IS 62 (24.61% from 255) = 17.56%
BLUE value IS 96 (37.89% from 255) = 27.20%
R=55.24%
G=17.56%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195629600.680.510.24344.6652.5750.39
HexC33E6004433181593532
Octal30376140010463305316562
Binary1100001111111011000000100010011001111000101011001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33E60; }

 p { color: rgb(195,62,96); }

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

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

 a { background-color: rgb(195,62,96); }

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

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

 span { border-color: rgb(195,62,96); }

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