Html Css Color HEX #C5B1AA Clam Shell

📋 copy color: '#C5B1AA'

red 197 ◦ green 177 ◦ blue 170

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

Shades of Clam Shell #C5B1AA

Tints of Clam Shell #C5B1AA

RGB

 RED value IS 197 (77.34% from 255) = 36.21%

 GREEN value IS 177 (69.53% from 255) = 32.54%

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

R = 36.21%
G = 32.54%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C5B1AA (or 0xC5B1AA) is known color: Clam Shell. HEX triplet: C5, B1 and AA. RGB value is (197,177,170). Sum of RGB (Red+Green+Blue) = 197+177+170=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B1AA is #3A4E55. Grayscale: #B6B6B6. Windows color (decimal): -3821142 or 11186629. OLE color: 11186629.

HSL color Cylindrical-coordinate representation of color #C5B1AA: hue angle of 15.56º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5B1AA is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 177 170 -
CMYK 0 0.10 0.14 0.23
HSL 15.56º 0.19% 0.72% -
HSV(B) 15.56º 0.14% 0.77% -
XYZ 46 46.22 44.53 -
YUV 182.18 121.13 138.57 -
System Red Green Blue C M Y K H S L
Decimal 197 177 170 0 0.10 0.14 0.23 15.56 0.19 0.72
Hex C5 B1 AA 0 A E 17 10 13 48
Octal 305 261 252 0 12 16 27 20 23 110
Binary 11000101 10110001 10101010 0 1010 1110 10111 10000 10011 1001000

Color Harmonies of #C5B1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B1AA

Black with #C5B1AA

Text Example


Text Example

White with #C5B1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B1AA; }

 p { color: rgb(197,177,170); }

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

background-color css

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

 a { background-color: rgb(197,177,170); }

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

border-color css

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

 span { border-color: rgb(197,177,170); }

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