Html Css Color HEX #CCB6AA Clam Shell

📋 copy color: '#CCB6AA'

red 204 ◦ green 182 ◦ blue 170

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

Shades of Clam Shell #CCB6AA

Tints of Clam Shell #CCB6AA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.73%

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

R = 36.69%
G = 32.73%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CCB6AA (or 0xCCB6AA) is known color: Clam Shell. HEX triplet: CC, B6 and AA. RGB value is (204,182,170). Sum of RGB (Red+Green+Blue) = 204+182+170=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB6AA is #334955. Grayscale: #BBBBBB. Windows color (decimal): -3361110 or 11187916. OLE color: 11187916.

HSL color Cylindrical-coordinate representation of color #CCB6AA: hue angle of 21.18º 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 #CCB6AA is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 170 -
CMYK 0 0.11 0.17 0.2
HSL 21.18º 0.25% 0.73% -
HSV(B) 21.18º 0.17% 0.8% -
XYZ 48.89 49.2 44.95 -
YUV 187.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 204 182 170 0 0.11 0.17 0.2 21.18 0.25 0.73
Hex CC B6 AA 0 B 11 14 15 19 49
Octal 314 266 252 0 13 21 24 25 31 111
Binary 11001100 10110110 10101010 0 1011 10001 10100 10101 11001 1001001

Color Harmonies of #CCB6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6AA

Black with #CCB6AA

Text Example


Text Example

White with #CCB6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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