#C96569

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

Shades of Mandy #C96569

Tints of Mandy #C96569

Color information

#C96569 (or 0xC96569) is unknown color: approx Mandy. HEX triplet: C9, 65 and 69. RGB value is (201,101,105). Sum of RGB (Red+Green+Blue) = 201+101+105=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C96569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96569 is #369A96. Grayscale: #838383. Windows color (decimal): -3578519 or 6907337. OLE color: 6907337.

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

Color convert

RGB201101105-
CMYK00.500.480.21
HSL357.6º48.08%59.22%-
HSV(B)357.6º49.75%78.82%-
XYZ31.2922.7416.11-
YUV131.36113.13177.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.39%
GREEN value IS 101 (39.84% from 255) = 24.82%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=49.39%
G=24.82%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110110500.500.480.21357.648.0859.22
HexC965690323015166303b
Octal31114515106260255466073
Binary1100100111001011101001011001011000010101101100110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96569; }

 p { color: rgb(201,101,105); }

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

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

 a { background-color: rgb(201,101,105); }

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

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

 span { border-color: rgb(201,101,105); }

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