Html Css Color HEX #C4B2AA Clam Shell

📋 copy color: '#C4B2AA'

red 196 ◦ green 178 ◦ blue 170

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

Shades of Clam Shell #C4B2AA

Tints of Clam Shell #C4B2AA

RGB

 RED value IS 196 (76.95% from 255) = 36.03%

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

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

R = 36.03%
G = 32.72%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C4B2AA (or 0xC4B2AA) is known color: Clam Shell. HEX triplet: C4, B2 and AA. RGB value is (196,178,170). Sum of RGB (Red+Green+Blue) = 196+178+170=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B2AA is #3B4D55. Grayscale: #B6B6B6. Windows color (decimal): -3886422 or 11186884. OLE color: 11186884.

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

Color convert

RGB 196 178 170 -
CMYK 0 0.09 0.13 0.23
HSL 18.46º 0.18% 0.72% -
HSV(B) 18.46º 0.13% 0.77% -
XYZ 45.94 46.48 44.58 -
YUV 182.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 196 178 170 0 0.09 0.13 0.23 18.46 0.18 0.72
Hex C4 B2 AA 0 9 D 17 12 12 48
Octal 304 262 252 0 11 15 27 22 22 110
Binary 11000100 10110010 10101010 0 1001 1101 10111 10010 10010 1001000

Color Harmonies of #C4B2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B2AA

Black with #C4B2AA

Text Example


Text Example

White with #C4B2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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