#C96162

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

Shades of Mandy #C96162

Tints of Mandy #C96162

Color information

#C96162 (or 0xC96162) is unknown color: approx Mandy. HEX triplet: C9, 61 and 62. RGB value is (201,97,98). Sum of RGB (Red+Green+Blue) = 201+97+98=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C96162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96162 is #369E9D. Grayscale: #808080. Windows color (decimal): -3579550 or 6447561. OLE color: 6447561.

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

Color convert

RGB2019798-
CMYK00.520.510.21
HSL359.42º49.06%58.43%-
HSV(B)359.42º51.74%78.82%-
XYZ30.5721.8514.16-
YUV128.21110.96179.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.76%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 98 (38.67% from 255) = 24.75%
R=50.76%
G=24.49%
B=24.75%

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
Decimal201979800.520.510.21359.4249.0658.43
HexC961620343315167313a
Octal31114114206463255476172
Binary1100100111000011100010011010011001110101101100111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96162; }

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

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

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

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

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

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

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

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