Html Css Color HEX #C9AAAB Pale Chestnut

📋 copy color: '#C9AAAB'

red 201 ◦ green 170 ◦ blue 171

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

Shades of Pale Chestnut #C9AAAB

Tints of Pale Chestnut #C9AAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.37%

 BLUE value IS 171 (67.19% from 255) = 31.55%

R = 37.08%
G = 31.37%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C9AAAB (or 0xC9AAAB) is known color: Pale Chestnut. HEX triplet: C9, AA and AB. RGB value is (201,170,171). Sum of RGB (Red+Green+Blue) = 201+170+171=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AAAB is #365554. Grayscale: #B3B3B3. Windows color (decimal): -3560789 or 11250377. OLE color: 11250377.

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

Color convert

RGB 201 170 171 -
CMYK 0 0.15 0.15 0.21
HSL 358.06º 0.22% 0.73% -
HSV(B) 358.06º 0.15% 0.79% -
XYZ 45.81 44.11 44.63 -
YUV 179.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 201 170 171 0 0.15 0.15 0.21 358.06 0.22 0.73
Hex C9 AA AB 0 F F 15 166 16 49
Octal 311 252 253 0 17 17 25 546 26 111
Binary 11001001 10101010 10101011 0 1111 1111 10101 101100110 10110 1001001

Color Harmonies of #C9AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AAAB

Black with #C9AAAB

Text Example


Text Example

White with #C9AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AAAB; }

 p { color: rgb(201,170,171); }

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

background-color css

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

 a { background-color: rgb(201,170,171); }

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

border-color css

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

 span { border-color: rgb(201,170,171); }

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