Html Css Color HEX #C96D77 Charm

📋 copy color: '#C96D77'

red 201 ◦ green 109 ◦ blue 119

#C96D77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #C96D77

Tints of Charm #C96D77

RGB

 RED value IS 201 (78.91% from 255) = 46.85%

 GREEN value IS 109 (42.97% from 255) = 25.41%

 BLUE value IS 119 (46.88% from 255) = 27.74%

R = 46.85%
G = 25.41%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C96D77 (or 0xC96D77) is known color: Charm. HEX triplet: C9, 6D and 77. RGB value is (201,109,119). Sum of RGB (Red+Green+Blue) = 201+109+119=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D77 is #369288. Grayscale: #898989. Windows color (decimal): -3576457 or 7826889. OLE color: 7826889.

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

Color convert

RGB 201 109 119 -
CMYK 0 0.46 0.41 0.21
HSL 353.48º 0.46% 0.61% -
HSV(B) 353.48º 0.46% 0.79% -
XYZ 32.89 24.69 20.48 -
YUV 137.65 117.48 173.19 -
System Red Green Blue C M Y K H S L
Decimal 201 109 119 0 0.46 0.41 0.21 353.48 0.46 0.61
Hex C9 6D 77 0 2E 29 15 161 2E 3D
Octal 311 155 167 0 56 51 25 541 56 75
Binary 11001001 1101101 1110111 0 101110 101001 10101 101100001 101110 111101

Color Harmonies of #C96D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D77

Black with #C96D77

Text Example


Text Example

White with #C96D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D77; }

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

 H1.HeaderClassName
 {
   color: #C96D77;
 }
 .AnyTagClassName
 {
   color: #C96D77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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