Html Css Color HEX #C9B5AD Clam Shell

📋 copy color: '#C9B5AD'

red 201 ◦ green 181 ◦ blue 173

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

Shades of Clam Shell #C9B5AD

Tints of Clam Shell #C9B5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.17%

R = 36.22%
G = 32.61%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C9B5AD (or 0xC9B5AD) is known color: Clam Shell. HEX triplet: C9, B5 and AD. RGB value is (201,181,173). Sum of RGB (Red+Green+Blue) = 201+181+173=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B5AD is #364A52. Grayscale: #BABABA. Windows color (decimal): -3557971 or 11384265. OLE color: 11384265.

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

Color convert

RGB 201 181 173 -
CMYK 0 0.10 0.14 0.21
HSL 17.14º 0.21% 0.73% -
HSV(B) 17.14º 0.14% 0.79% -
XYZ 48.15 48.48 46.36 -
YUV 186.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 201 181 173 0 0.10 0.14 0.21 17.14 0.21 0.73
Hex C9 B5 AD 0 A E 15 11 15 49
Octal 311 265 255 0 12 16 25 21 25 111
Binary 11001001 10110101 10101101 0 1010 1110 10101 10001 10101 1001001

Color Harmonies of #C9B5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B5AD

Black with #C9B5AD

Text Example


Text Example

White with #C9B5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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