Html Css Color HEX #CBB5AC Clam Shell

📋 copy color: '#CBB5AC'

red 203 ◦ green 181 ◦ blue 172

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

Shades of Clam Shell #CBB5AC

Tints of Clam Shell #CBB5AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.94%

R = 36.51%
G = 32.55%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CBB5AC (or 0xCBB5AC) is known color: Clam Shell. HEX triplet: CB, B5 and AC. RGB value is (203,181,172). Sum of RGB (Red+Green+Blue) = 203+181+172=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB5AC is #344A53. Grayscale: #BABABA. Windows color (decimal): -3426900 or 11318731. OLE color: 11318731.

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

Color convert

RGB 203 181 172 -
CMYK 0 0.11 0.15 0.20
HSL 17.42º 0.23% 0.74% -
HSV(B) 17.42º 0.15% 0.8% -
XYZ 48.6 48.72 45.87 -
YUV 186.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 203 181 172 0 0.11 0.15 0.20 17.42 0.23 0.74
Hex CB B5 AC 0 B F 14 11 17 4A
Octal 313 265 254 0 13 17 24 21 27 112
Binary 11001011 10110101 10101100 0 1011 1111 10100 10001 10111 1001010

Color Harmonies of #CBB5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB5AC

Black with #CBB5AC

Text Example


Text Example

White with #CBB5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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