#CA555C

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

Shades of Mandy #CA555C

Tints of Mandy #CA555C

Color information

#CA555C (or 0xCA555C) is unknown color: approx Mandy. HEX triplet: CA, 55 and 5C. RGB value is (202,85,92). Sum of RGB (Red+Green+Blue) = 202+85+92=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA555C is #35AAA3. Grayscale: #787878. Windows color (decimal): -3517092 or 6051274. OLE color: 6051274.

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

Color convert

RGB2028592-
CMYK00.580.540.21
HSL356.41º52.47%56.27%-
HSV(B)356.41º57.92%79.22%-
XYZ29.5419.8312.4-
YUV120.78111.76185.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.30%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 92 (36.33% from 255) = 24.27%
R=53.30%
G=22.43%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202859200.580.540.21356.4152.4756.27
HexCA555C03A36151643438
Octal31212513407266255446470
Binary1100101010101011011100011101011011010101101100100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA555C; }

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

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

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

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

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

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

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

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