Html Css Color HEX #CCB5AB Clam Shell

📋 copy color: '#CCB5AB'

red 204 ◦ green 181 ◦ blue 171

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

Shades of Clam Shell #CCB5AB

Tints of Clam Shell #CCB5AB

RGB

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

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

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

R = 36.69%
G = 32.55%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCB5AB (or 0xCCB5AB) is known color: Clam Shell. HEX triplet: CC, B5 and AB. RGB value is (204,181,171). Sum of RGB (Red+Green+Blue) = 204+181+171=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB5AB is #334A54. Grayscale: #BABABA. Windows color (decimal): -3361365 or 11253196. OLE color: 11253196.

HSL color Cylindrical-coordinate representation of color #CCB5AB: hue angle of 18.18º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCB5AB is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 171 -
CMYK 0 0.11 0.16 0.2
HSL 18.18º 0.24% 0.74% -
HSV(B) 18.18º 0.16% 0.8% -
XYZ 48.78 48.83 45.38 -
YUV 186.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 204 181 171 0 0.11 0.16 0.2 18.18 0.24 0.74
Hex CC B5 AB 0 B 10 14 12 18 4A
Octal 314 265 253 0 13 20 24 22 30 112
Binary 11001100 10110101 10101011 0 1011 10000 10100 10010 11000 1001010

Color Harmonies of #CCB5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB5AB

Black with #CCB5AB

Text Example


Text Example

White with #CCB5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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