#CA3655

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

Shades of Old Rose #CA3655

Tints of Old Rose #CA3655

Color information

#CA3655 (or 0xCA3655) is unknown color: approx Old Rose. HEX triplet: CA, 36 and 55. RGB value is (202,54,85). Sum of RGB (Red+Green+Blue) = 202+54+85=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3655 is #35C9AA. Grayscale: #656565. Windows color (decimal): -3525035 or 5584586. OLE color: 5584586.

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

Color convert

RGB2025485-
CMYK00.730.580.21
HSL347.43º58.27%50.2%-
HSV(B)347.43º73.27%79.22%-
XYZ27.3215.8510.21-
YUV101.79118.53199.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.24%
GREEN value IS 54 (21.48% from 255) = 15.84%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=59.24%
G=15.84%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202548500.730.580.21347.4358.2750.2
HexCA36550493A1515b3a32
Octal31266125011172255337262
Binary1100101011011010101010100100111101010101101011011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3655; }

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

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

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

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

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

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

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

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