Html Css Color HEX #C5B2AB Clam Shell

📋 copy color: '#C5B2AB'

red 197 ◦ green 178 ◦ blue 171

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

Shades of Clam Shell #C5B2AB

Tints of Clam Shell #C5B2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.32%

R = 36.08%
G = 32.6%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C5B2AB (or 0xC5B2AB) is known color: Clam Shell. HEX triplet: C5, B2 and AB. RGB value is (197,178,171). Sum of RGB (Red+Green+Blue) = 197+178+171=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B2AB is #3A4D54. Grayscale: #B6B6B6. Windows color (decimal): -3820885 or 11252421. OLE color: 11252421.

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

Color convert

RGB 197 178 171 -
CMYK 0 0.10 0.13 0.23
HSL 16.15º 0.18% 0.72% -
HSV(B) 16.15º 0.13% 0.77% -
XYZ 46.3 46.65 45.09 -
YUV 182.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 197 178 171 0 0.10 0.13 0.23 16.15 0.18 0.72
Hex C5 B2 AB 0 A D 17 10 12 48
Octal 305 262 253 0 12 15 27 20 22 110
Binary 11000101 10110010 10101011 0 1010 1101 10111 10000 10010 1001000

Color Harmonies of #C5B2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B2AB

Black with #C5B2AB

Text Example


Text Example

White with #C5B2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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