#CA6163

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

Shades of Mandy #CA6163

Tints of Mandy #CA6163

Color information

#CA6163 (or 0xCA6163) is unknown color: approx Mandy. HEX triplet: CA, 61 and 63. RGB value is (202,97,99). Sum of RGB (Red+Green+Blue) = 202+97+99=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6163 is #359E9C. Grayscale: #808080. Windows color (decimal): -3514013 or 6513098. OLE color: 6513098.

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

Color convert

RGB2029799-
CMYK00.520.510.21
HSL358.86º49.76%58.63%-
HSV(B)358.86º51.98%79.22%-
XYZ30.8822.0114.42-
YUV128.62111.29180.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 99 (39.06% from 255) = 24.87%
R=50.75%
G=24.37%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202979900.520.510.21358.8649.7658.63
HexCA61630343315167323b
Octal31214114306463255476273
Binary1100101011000011100011011010011001110101101100111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6163; }

 p { color: rgb(202,97,99); }

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

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

 a { background-color: rgb(202,97,99); }

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

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

 span { border-color: rgb(202,97,99); }

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