#CA3656

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

Shades of Old Rose #CA3656

Tints of Old Rose #CA3656

Color information

#CA3656 (or 0xCA3656) is unknown color: approx Old Rose. HEX triplet: CA, 36 and 56. RGB value is (202,54,86). Sum of RGB (Red+Green+Blue) = 202+54+86=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3656 is #35C9A9. Grayscale: #656565. Windows color (decimal): -3525034 or 5650122. OLE color: 5650122.

HSL color Cylindrical-coordinate representation of color #CA3656: hue angle of 347.03º 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 #CA3656 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB2025486-
CMYK00.730.570.21
HSL347.03º58.27%50.2%-
HSV(B)347.03º73.27%79.22%-
XYZ27.3615.8710.42-
YUV101.9119.03199.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.06%
GREEN value IS 54 (21.48% from 255) = 15.79%
BLUE value IS 86 (33.98% from 255) = 25.15%
R=59.06%
G=15.79%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202548600.730.570.21347.0358.2750.2
HexCA3656049391515b3a32
Octal31266126011171255337262
Binary1100101011011010101100100100111100110101101011011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3656; }

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

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

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

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

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

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

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

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