Html Css Color HEX #C9AFA8 Clam Shell

📋 copy color: '#C9AFA8'

red 201 ◦ green 175 ◦ blue 168

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

Shades of Clam Shell #C9AFA8

Tints of Clam Shell #C9AFA8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.17%

 BLUE value IS 168 (66.02% from 255) = 30.88%

R = 36.95%
G = 32.17%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C9AFA8 (or 0xC9AFA8) is known color: Clam Shell. HEX triplet: C9, AF and A8. RGB value is (201,175,168). Sum of RGB (Red+Green+Blue) = 201+175+168=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AFA8 is #365057. Grayscale: #B6B6B6. Windows color (decimal): -3559512 or 11055049. OLE color: 11055049.

HSL color Cylindrical-coordinate representation of color #C9AFA8: hue angle of 12.73º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9AFA8 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 175 168 -
CMYK 0 0.13 0.16 0.21
HSL 12.73º 0.23% 0.72% -
HSV(B) 12.73º 0.16% 0.79% -
XYZ 46.49 45.9 43.46 -
YUV 181.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 201 175 168 0 0.13 0.16 0.21 12.73 0.23 0.72
Hex C9 AF A8 0 D 10 15 D 17 48
Octal 311 257 250 0 15 20 25 15 27 110
Binary 11001001 10101111 10101000 0 1101 10000 10101 1101 10111 1001000

Color Harmonies of #C9AFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFA8

Black with #C9AFA8

Text Example


Text Example

White with #C9AFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFA8; }

 p { color: rgb(201,175,168); }

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

background-color css

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

 a { background-color: rgb(201,175,168); }

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

border-color css

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

 span { border-color: rgb(201,175,168); }

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