Html Css Color HEX #C9B0AA Clam Shell

📋 copy color: '#C9B0AA'

red 201 ◦ green 176 ◦ blue 170

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

Shades of Clam Shell #C9B0AA

Tints of Clam Shell #C9B0AA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.18%

 BLUE value IS 170 (66.8% from 255) = 31.08%

R = 36.75%
G = 32.18%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C9B0AA (or 0xC9B0AA) is known color: Clam Shell. HEX triplet: C9, B0 and AA. RGB value is (201,176,170). Sum of RGB (Red+Green+Blue) = 201+176+170=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B0AA is #364F55. Grayscale: #B6B6B6. Windows color (decimal): -3559254 or 11186377. OLE color: 11186377.

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

Color convert

RGB 201 176 170 -
CMYK 0 0.12 0.15 0.21
HSL 11.61º 0.22% 0.73% -
HSV(B) 11.61º 0.15% 0.79% -
XYZ 46.87 46.37 44.51 -
YUV 182.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 201 176 170 0 0.12 0.15 0.21 11.61 0.22 0.73
Hex C9 B0 AA 0 C F 15 C 16 49
Octal 311 260 252 0 14 17 25 14 26 111
Binary 11001001 10110000 10101010 0 1100 1111 10101 1100 10110 1001001

Color Harmonies of #C9B0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B0AA

Black with #C9B0AA

Text Example


Text Example

White with #C9B0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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