#CA395C

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

Shades of Old Rose #CA395C

Tints of Old Rose #CA395C

Color information

#CA395C (or 0xCA395C) is unknown color: approx Old Rose. HEX triplet: CA, 39 and 5C. RGB value is (202,57,92). Sum of RGB (Red+Green+Blue) = 202+57+92=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA395C is #35C6A3. Grayscale: #686868. Windows color (decimal): -3524260 or 6044106. OLE color: 6044106.

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

Color convert

RGB2025792-
CMYK00.720.540.21
HSL345.52º57.77%50.78%-
HSV(B)345.52º71.78%79.22%-
XYZ27.7516.2611.8-
YUV104.34121.04197.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.55%
GREEN value IS 57 (22.66% from 255) = 16.24%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=57.55%
G=16.24%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202579200.720.540.21345.5257.7750.78
HexCA395C048361515a3a33
Octal31271134011066255327263
Binary1100101011100110111000100100011011010101101011010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA395C; }

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

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

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

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

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

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

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

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