#c33c62

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

Shades of Blush #C33C62

Tints of Blush #C33C62

Color information

#C33C62 (or 0xC33C62) is unknown color: approx Blush. HEX triplet: C3, 3C and 62. RGB value is (195,60,98). Sum of RGB (Red+Green+Blue) = 195+60+98=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33C62 is #3CC39D. Grayscale: #686868. Windows color (decimal): -3982238 or 6438083. OLE color: 6438083.

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

Color convert

RGB1956098-
CMYK00.690.500.24
HSL343.11º52.94%50%-
HSV(B)343.11º69.23%76.47%-
XYZ26.3315.7213.2-
YUV104.7124.23192.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.24%
GREEN value IS 60 (23.83% from 255) = 17.00%
BLUE value IS 98 (38.67% from 255) = 27.76%
R=55.24%
G=17.00%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195609800.690.500.24343.1152.9450
HexC33C6204532181573532
Octal30374142010562305276562
Binary1100001111110011000100100010111001011000101010111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c33c62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c33c62; }

 p { color: rgb(195,60,98); }

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

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

 a { background-color: rgb(195,60,98); }

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

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

 span { border-color: rgb(195,60,98); }

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