#CA6162

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

Shades of Mandy #CA6162

Tints of Mandy #CA6162

Color information

#CA6162 (or 0xCA6162) is unknown color: approx Mandy. HEX triplet: CA, 61 and 62. RGB value is (202,97,98). Sum of RGB (Red+Green+Blue) = 202+97+98=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6162 is #359E9D. Grayscale: #808080. Windows color (decimal): -3514014 or 6447562. OLE color: 6447562.

HSL color Cylindrical-coordinate representation of color #CA6162: hue angle of 359.43º 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 #CA6162 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB2029798-
CMYK00.520.510.21
HSL359.43º49.76%58.63%-
HSV(B)359.43º51.98%79.22%-
XYZ30.8421.9914.17-
YUV128.51110.79180.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.88%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 98 (38.67% from 255) = 24.69%
R=50.88%
G=24.43%
B=24.69%

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
Decimal202979800.520.510.21359.4349.7658.63
HexCA61620343315167323b
Octal31214114206463255476273
Binary1100101011000011100010011010011001110101101100111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6162; }

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

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

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

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

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

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

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

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