#C33957

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

Shades of Old Rose #C33957

Tints of Old Rose #C33957

Color information

#C33957 (or 0xC33957) is unknown color: approx Old Rose. HEX triplet: C3, 39 and 57. RGB value is (195,57,87). Sum of RGB (Red+Green+Blue) = 195+57+87=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C33957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33957 is #3CC6A8. Grayscale: #656565. Windows color (decimal): -3983017 or 5716419. OLE color: 5716419.

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

Color convert

RGB1955787-
CMYK00.710.550.24
HSL346.96º54.76%49.41%-
HSV(B)346.96º70.77%76.47%-
XYZ25.6915.2210.6-
YUV101.68119.72194.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.52%
GREEN value IS 57 (22.66% from 255) = 16.81%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=57.52%
G=16.81%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195578700.710.550.24346.9654.7649.41
HexC33957047371815b3731
Octal30371127010767305336761
Binary1100001111100110101110100011111011111000101011011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33957; }

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

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

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

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

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

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

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

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