Html Css Color HEX #C5B2AA Clam Shell

📋 copy color: '#C5B2AA'

red 197 ◦ green 178 ◦ blue 170

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

Shades of Clam Shell #C5B2AA

Tints of Clam Shell #C5B2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.66%

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

R = 36.15%
G = 32.66%
B = 31.19%

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

#C5B2AA (or 0xC5B2AA) is known color: Clam Shell. HEX triplet: C5, B2 and AA. RGB value is (197,178,170). Sum of RGB (Red+Green+Blue) = 197+178+170=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B2AA is #3A4D55. Grayscale: #B6B6B6. Windows color (decimal): -3820886 or 11186885. OLE color: 11186885.

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

Color convert

RGB 197 178 170 -
CMYK 0 0.10 0.14 0.23
HSL 17.78º 0.19% 0.72% -
HSV(B) 17.78º 0.14% 0.77% -
XYZ 46.2 46.61 44.59 -
YUV 182.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 197 178 170 0 0.10 0.14 0.23 17.78 0.19 0.72
Hex C5 B2 AA 0 A E 17 12 13 48
Octal 305 262 252 0 12 16 27 22 23 110
Binary 11000101 10110010 10101010 0 1010 1110 10111 10010 10011 1001000

Color Harmonies of #C5B2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B2AA

Black with #C5B2AA

Text Example


Text Example

White with #C5B2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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