Html Css Color HEX #CBB5AB Clam Shell

📋 copy color: '#CBB5AB'

red 203 ◦ green 181 ◦ blue 171

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

Shades of Clam Shell #CBB5AB

Tints of Clam Shell #CBB5AB

RGB

 RED value IS 203 (79.69% from 255) = 36.58%

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

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

R = 36.58%
G = 32.61%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CBB5AB (or 0xCBB5AB) is known color: Clam Shell. HEX triplet: CB, B5 and AB. RGB value is (203,181,171). Sum of RGB (Red+Green+Blue) = 203+181+171=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB5AB is #344A54. Grayscale: #BABABA. Windows color (decimal): -3426901 or 11253195. OLE color: 11253195.

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

Color convert

RGB 203 181 171 -
CMYK 0 0.11 0.16 0.20
HSL 18.75º 0.24% 0.73% -
HSV(B) 18.75º 0.16% 0.8% -
XYZ 48.5 48.68 45.37 -
YUV 186.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 203 181 171 0 0.11 0.16 0.20 18.75 0.24 0.73
Hex CB B5 AB 0 B 10 14 13 18 49
Octal 313 265 253 0 13 20 24 23 30 111
Binary 11001011 10110101 10101011 0 1011 10000 10100 10011 11000 1001001

Color Harmonies of #CBB5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB5AB

Black with #CBB5AB

Text Example


Text Example

White with #CBB5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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