#CA3D5B

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

Shades of Old Rose #CA3D5B

Tints of Old Rose #CA3D5B

Color information

#CA3D5B (or 0xCA3D5B) is unknown color: approx Old Rose. HEX triplet: CA, 3D and 5B. RGB value is (202,61,91). Sum of RGB (Red+Green+Blue) = 202+61+91=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3D5B is #35C2A4. Grayscale: #6A6A6A. Windows color (decimal): -3523237 or 5979594. OLE color: 5979594.

HSL color Cylindrical-coordinate representation of color #CA3D5B: hue angle of 347.23º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3D5B is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB2026191-
CMYK00.700.550.21
HSL347.23º57.09%51.57%-
HSV(B)347.23º69.8%79.22%-
XYZ27.9116.6511.64-
YUV106.58119.21196.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.06%
GREEN value IS 61 (24.22% from 255) = 17.23%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=57.06%
G=17.23%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202619100.700.550.21347.2357.0951.57
HexCA3D5B046371515b3934
Octal31275133010667255337164
Binary1100101011110110110110100011011011110101101011011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3D5B; }

 p { color: rgb(202,61,91); }

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

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

 a { background-color: rgb(202,61,91); }

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

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

 span { border-color: rgb(202,61,91); }

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