#CA3A5C

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

Shades of Old Rose #CA3A5C

Tints of Old Rose #CA3A5C

Color information

#CA3A5C (or 0xCA3A5C) is unknown color: approx Old Rose. HEX triplet: CA, 3A and 5C. RGB value is (202,58,92). Sum of RGB (Red+Green+Blue) = 202+58+92=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3A5C is #35C5A3. Grayscale: #686868. Windows color (decimal): -3524004 or 6044362. OLE color: 6044362.

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

Color convert

RGB2025892-
CMYK00.710.540.21
HSL345.83º57.6%50.98%-
HSV(B)345.83º71.29%79.22%-
XYZ27.816.3611.82-
YUV104.93120.71197.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.39%
GREEN value IS 58 (23.05% from 255) = 16.48%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=57.39%
G=16.48%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202589200.710.540.21345.8357.650.98
HexCA3A5C047361515a3a33
Octal31272134010766255327263
Binary1100101011101010111000100011111011010101101011010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3A5C; }

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

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

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

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

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

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

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

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