#CA2756

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

Shades of Old Rose #CA2756

Tints of Old Rose #CA2756

Color information

#CA2756 (or 0xCA2756) is unknown color: approx Old Rose. HEX triplet: CA, 27 and 56. RGB value is (202,39,86). Sum of RGB (Red+Green+Blue) = 202+39+86=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2756 is #35D8A9. Grayscale: #5D5D5D. Windows color (decimal): -3528874 or 5646282. OLE color: 5646282.

HSL color Cylindrical-coordinate representation of color #CA2756: hue angle of 342.7º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2756 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB2023986-
CMYK00.810.570.21
HSL342.7º67.63%47.25%-
HSV(B)342.7º80.69%79.22%-
XYZ26.7614.6810.23-
YUV93.1124205.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.77%
GREEN value IS 39 (15.62% from 255) = 11.93%
BLUE value IS 86 (33.98% from 255) = 26.30%
R=61.77%
G=11.93%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202398600.810.570.21342.767.6347.25
HexCA27560513915157442f
Octal312471260121712552710457
Binary11001010100111101011001010001111001101011010101111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2756; }

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

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

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

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

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

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

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

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