#C96769

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

Shades of Mandy #C96769

Tints of Mandy #C96769

Color information

#C96769 (or 0xC96769) is unknown color: approx Mandy. HEX triplet: C9, 67 and 69. RGB value is (201,103,105). Sum of RGB (Red+Green+Blue) = 201+103+105=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C96769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96769 is #369896. Grayscale: #848484. Windows color (decimal): -3578007 or 6907849. OLE color: 6907849.

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

Color convert

RGB201103105-
CMYK00.490.480.21
HSL358.78º47.57%59.61%-
HSV(B)358.78º48.76%78.82%-
XYZ31.4923.1416.17-
YUV132.53112.47176.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.14%
GREEN value IS 103 (40.62% from 255) = 25.18%
BLUE value IS 105 (41.41% from 255) = 25.67%
R=49.14%
G=25.18%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110310500.490.480.21358.7847.5759.61
HexC967690313015167303c
Octal31114715106160255476074
Binary1100100111001111101001011000111000010101101100111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96769; }

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

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

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

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

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

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

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

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