Html Css Color HEX #C9AFA6 Clam Shell

📋 copy color: '#C9AFA6'

red 201 ◦ green 175 ◦ blue 166

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

Shades of Clam Shell #C9AFA6

Tints of Clam Shell #C9AFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.63%

R = 37.08%
G = 32.29%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C9AFA6 (or 0xC9AFA6) is known color: Clam Shell. HEX triplet: C9, AF and A6. RGB value is (201,175,166). Sum of RGB (Red+Green+Blue) = 201+175+166=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AFA6 is #365059. Grayscale: #B5B5B5. Windows color (decimal): -3559514 or 10923977. OLE color: 10923977.

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

Color convert

RGB 201 175 166 -
CMYK 0 0.13 0.17 0.21
HSL 15.43º 0.24% 0.72% -
HSV(B) 15.43º 0.17% 0.79% -
XYZ 46.3 45.83 42.48 -
YUV 181.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 201 175 166 0 0.13 0.17 0.21 15.43 0.24 0.72
Hex C9 AF A6 0 D 11 15 F 18 48
Octal 311 257 246 0 15 21 25 17 30 110
Binary 11001001 10101111 10100110 0 1101 10001 10101 1111 11000 1001000

Color Harmonies of #C9AFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFA6

Black with #C9AFA6

Text Example


Text Example

White with #C9AFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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