Html Css Color HEX #C9B5AA Clam Shell

📋 copy color: '#C9B5AA'

red 201 ◦ green 181 ◦ blue 170

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

Shades of Clam Shell #C9B5AA

Tints of Clam Shell #C9B5AA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.79%

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

R = 36.41%
G = 32.79%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C9B5AA (or 0xC9B5AA) is known color: Clam Shell. HEX triplet: C9, B5 and AA. RGB value is (201,181,170). Sum of RGB (Red+Green+Blue) = 201+181+170=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B5AA is #364A55. Grayscale: #B9B9B9. Windows color (decimal): -3557974 or 11187657. OLE color: 11187657.

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

Color convert

RGB 201 181 170 -
CMYK 0 0.10 0.15 0.21
HSL 21.29º 0.22% 0.73% -
HSV(B) 21.29º 0.15% 0.79% -
XYZ 47.87 48.37 44.84 -
YUV 185.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 201 181 170 0 0.10 0.15 0.21 21.29 0.22 0.73
Hex C9 B5 AA 0 A F 15 15 16 49
Octal 311 265 252 0 12 17 25 25 26 111
Binary 11001001 10110101 10101010 0 1010 1111 10101 10101 10110 1001001

Color Harmonies of #C9B5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B5AA

Black with #C9B5AA

Text Example


Text Example

White with #C9B5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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