#C33553

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

Shades of Old Rose #C33553

Tints of Old Rose #C33553

Color information

#C33553 (or 0xC33553) is unknown color: approx Old Rose. HEX triplet: C3, 35 and 53. RGB value is (195,53,83). Sum of RGB (Red+Green+Blue) = 195+53+83=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C33553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33553 is #3CCAAC. Grayscale: #626262. Windows color (decimal): -3984045 or 5453251. OLE color: 5453251.

HSL color Cylindrical-coordinate representation of color #C33553: hue angle of 347.32º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33553 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB1955383-
CMYK00.730.570.24
HSL347.32º57.26%48.63%-
HSV(B)347.32º72.82%76.47%-
XYZ25.3414.779.7-
YUV98.88119.04196.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.91%
GREEN value IS 53 (21.09% from 255) = 16.01%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=58.91%
G=16.01%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195538300.730.570.24347.3257.2648.63
HexC33553049391815b3931
Octal30365123011171305337161
Binary1100001111010110100110100100111100111000101011011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33553; }

 p { color: rgb(195,53,83); }

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

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

 a { background-color: rgb(195,53,83); }

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

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

 span { border-color: rgb(195,53,83); }

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