Html Css Color HEX #CCB3AA Clam Shell

📋 copy color: '#CCB3AA'

red 204 ◦ green 179 ◦ blue 170

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

Shades of Clam Shell #CCB3AA

Tints of Clam Shell #CCB3AA

RGB

 RED value IS 204 (80.08% from 255) = 36.89%

 GREEN value IS 179 (70.31% from 255) = 32.37%

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

R = 36.89%
G = 32.37%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CCB3AA (or 0xCCB3AA) is known color: Clam Shell. HEX triplet: CC, B3 and AA. RGB value is (204,179,170). Sum of RGB (Red+Green+Blue) = 204+179+170=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB3AA is #334C55. Grayscale: #B9B9B9. Windows color (decimal): -3361878 or 11187148. OLE color: 11187148.

HSL color Cylindrical-coordinate representation of color #CCB3AA: hue angle of 15.88º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCB3AA is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 179 170 -
CMYK 0 0.12 0.17 0.2
HSL 15.88º 0.25% 0.73% -
HSV(B) 15.88º 0.17% 0.8% -
XYZ 48.28 47.98 44.75 -
YUV 185.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 204 179 170 0 0.12 0.17 0.2 15.88 0.25 0.73
Hex CC B3 AA 0 C 11 14 10 19 49
Octal 314 263 252 0 14 21 24 20 31 111
Binary 11001100 10110011 10101010 0 1100 10001 10100 10000 11001 1001001

Color Harmonies of #CCB3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB3AA

Black with #CCB3AA

Text Example


Text Example

White with #CCB3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB3AA; }

 p { color: rgb(204,179,170); }

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

background-color css

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

 a { background-color: rgb(204,179,170); }

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

border-color css

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

 span { border-color: rgb(204,179,170); }

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