#CA5A5C

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

Shades of Mandy #CA5A5C

Tints of Mandy #CA5A5C

Color information

#CA5A5C (or 0xCA5A5C) is unknown color: approx Mandy. HEX triplet: CA, 5A and 5C. RGB value is (202,90,92). Sum of RGB (Red+Green+Blue) = 202+90+92=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A5C is #35A5A3. Grayscale: #7B7B7B. Windows color (decimal): -3515812 or 6052554. OLE color: 6052554.

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

Color convert

RGB2029092-
CMYK00.550.540.21
HSL358.93º51.38%57.25%-
HSV(B)358.93º55.45%79.22%-
XYZ29.9520.6412.53-
YUV123.72110.11183.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.60%
GREEN value IS 90 (35.55% from 255) = 23.44%
BLUE value IS 92 (36.33% from 255) = 23.96%
R=52.60%
G=23.44%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202909200.550.540.21358.9351.3857.25
HexCA5A5C03736151673339
Octal31213213406766255476371
Binary1100101010110101011100011011111011010101101100111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5A5C; }

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

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

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

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

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

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

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

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