#CA3555

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

Shades of Old Rose #CA3555

Tints of Old Rose #CA3555

Color information

#CA3555 (or 0xCA3555) is unknown color: approx Old Rose. HEX triplet: CA, 35 and 55. RGB value is (202,53,85). Sum of RGB (Red+Green+Blue) = 202+53+85=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3555 is #35CAAA. Grayscale: #656565. Windows color (decimal): -3525291 or 5584330. OLE color: 5584330.

HSL color Cylindrical-coordinate representation of color #CA3555: hue angle of 347.11º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3555 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB2025385-
CMYK00.740.580.21
HSL347.11º58.43%50%-
HSV(B)347.11º73.76%79.22%-
XYZ27.2715.7610.2-
YUV101.2118.86199.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.41%
GREEN value IS 53 (21.09% from 255) = 15.59%
BLUE value IS 85 (33.59% from 255) = 25%
R=59.41%
G=15.59%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202538500.740.580.21347.1158.4350
HexCA355504A3A1515b3a32
Octal31265125011272255337262
Binary1100101011010110101010100101011101010101101011011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3555; }

 p { color: rgb(202,53,85); }

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

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

 a { background-color: rgb(202,53,85); }

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

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

 span { border-color: rgb(202,53,85); }

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