Html Css Color HEX #CCB5AA Clam Shell

📋 copy color: '#CCB5AA'

red 204 ◦ green 181 ◦ blue 170

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

Shades of Clam Shell #CCB5AA

Tints of Clam Shell #CCB5AA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.61%

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

R = 36.76%
G = 32.61%
B = 30.63%

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

#CCB5AA (or 0xCCB5AA) is known color: Clam Shell. HEX triplet: CC, B5 and AA. RGB value is (204,181,170). Sum of RGB (Red+Green+Blue) = 204+181+170=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB5AA is #334A55. Grayscale: #BABABA. Windows color (decimal): -3361366 or 11187660. OLE color: 11187660.

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

Color convert

RGB 204 181 170 -
CMYK 0 0.11 0.17 0.2
HSL 19.41º 0.25% 0.73% -
HSV(B) 19.41º 0.17% 0.8% -
XYZ 48.68 48.79 44.88 -
YUV 186.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 204 181 170 0 0.11 0.17 0.2 19.41 0.25 0.73
Hex CC B5 AA 0 B 11 14 13 19 49
Octal 314 265 252 0 13 21 24 23 31 111
Binary 11001100 10110101 10101010 0 1011 10001 10100 10011 11001 1001001

Color Harmonies of #CCB5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB5AA

Black with #CCB5AA

Text Example


Text Example

White with #CCB5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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