#C96D75

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

Shades of Charm #C96D75

Tints of Charm #C96D75

Color information

#C96D75 (or 0xC96D75) is unknown color: approx Charm. HEX triplet: C9, 6D and 75. RGB value is (201,109,117). Sum of RGB (Red+Green+Blue) = 201+109+117=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D75 is #36928A. Grayscale: #898989. Windows color (decimal): -3576459 or 7695817. OLE color: 7695817.

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

Color convert

RGB201109117-
CMYK00.460.420.21
HSL354.78º46%60.78%-
HSV(B)354.78º45.77%78.82%-
XYZ32.7724.6419.86-
YUV137.42116.48173.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.07%
GREEN value IS 109 (42.97% from 255) = 25.53%
BLUE value IS 117 (46.09% from 255) = 27.40%
R=47.07%
G=25.53%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110911700.460.420.21354.784660.78
HexC96D7502E2A151632e3d
Octal31115516505652255435675
Binary1100100111011011110101010111010101010101101100011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96D75; }

 p { color: rgb(201,109,117); }

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

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

 a { background-color: rgb(201,109,117); }

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

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

 span { border-color: rgb(201,109,117); }

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