#CA3A5B

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

Shades of Old Rose #CA3A5B

Tints of Old Rose #CA3A5B

Color information

#CA3A5B (or 0xCA3A5B) is unknown color: approx Old Rose. HEX triplet: CA, 3A and 5B. RGB value is (202,58,91). Sum of RGB (Red+Green+Blue) = 202+58+91=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3A5B is #35C5A4. Grayscale: #686868. Windows color (decimal): -3524005 or 5978826. OLE color: 5978826.

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

Color convert

RGB2025891-
CMYK00.710.550.21
HSL346.25º57.6%50.98%-
HSV(B)346.25º71.29%79.22%-
XYZ27.7616.3411.59-
YUV104.82120.21197.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.55%
GREEN value IS 58 (23.05% from 255) = 16.52%
BLUE value IS 91 (35.94% from 255) = 25.93%
R=57.55%
G=16.52%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202589100.710.550.21346.2557.650.98
HexCA3A5B047371515a3a33
Octal31272133010767255327263
Binary1100101011101010110110100011111011110101101011010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3A5B; }

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

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

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

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

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

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

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

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