#CA345C

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

Shades of Old Rose #CA345C

Tints of Old Rose #CA345C

Color information

#CA345C (or 0xCA345C) is unknown color: approx Old Rose. HEX triplet: CA, 34 and 5C. RGB value is (202,52,92). Sum of RGB (Red+Green+Blue) = 202+52+92=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA345C is #35CBA3. Grayscale: #656565. Windows color (decimal): -3525540 or 6042826. OLE color: 6042826.

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

Color convert

RGB2025292-
CMYK00.740.540.21
HSL344º59.06%49.8%-
HSV(B)344º74.26%79.22%-
XYZ27.5215.7911.72-
YUV101.41122.7199.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.38%
GREEN value IS 52 (20.70% from 255) = 15.03%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=58.38%
G=15.03%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202529200.740.540.2134459.0649.8
HexCA345C04A36151583b32
Octal31264134011266255307362
Binary1100101011010010111000100101011011010101101011000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA345C; }

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

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

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

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

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

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

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

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