#C33956

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

Shades of Old Rose #C33956

Tints of Old Rose #C33956

Color information

#C33956 (or 0xC33956) is unknown color: approx Old Rose. HEX triplet: C3, 39 and 56. RGB value is (195,57,86). Sum of RGB (Red+Green+Blue) = 195+57+86=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C33956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33956 is #3CC6A9. Grayscale: #656565. Windows color (decimal): -3983018 or 5650883. OLE color: 5650883.

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

Color convert

RGB1955786-
CMYK00.710.560.24
HSL347.39º54.76%49.41%-
HSV(B)347.39º70.77%76.47%-
XYZ25.6515.210.39-
YUV101.57119.22194.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.69%
GREEN value IS 57 (22.66% from 255) = 16.86%
BLUE value IS 86 (33.98% from 255) = 25.44%
R=57.69%
G=16.86%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195578600.710.560.24347.3954.7649.41
HexC33956047381815b3731
Octal30371126010770305336761
Binary1100001111100110101100100011111100011000101011011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33956; }

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

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

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

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

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

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

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

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