Html Css Color HEX #CEB5AB Clam Shell

📋 copy color: '#CEB5AB'

red 206 ◦ green 181 ◦ blue 171

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

Shades of Clam Shell #CEB5AB

Tints of Clam Shell #CEB5AB

RGB

 RED value IS 206 (80.86% from 255) = 36.92%

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

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

R = 36.92%
G = 32.44%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CEB5AB (or 0xCEB5AB) is known color: Clam Shell. HEX triplet: CE, B5 and AB. RGB value is (206,181,171). Sum of RGB (Red+Green+Blue) = 206+181+171=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB5AB is #314A54. Grayscale: #BBBBBB. Windows color (decimal): -3230293 or 11253198. OLE color: 11253198.

HSL color Cylindrical-coordinate representation of color #CEB5AB: hue angle of 17.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB5AB is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 181 171 -
CMYK 0 0.12 0.17 0.19
HSL 17.14º 0.26% 0.74% -
HSV(B) 17.14º 0.17% 0.81% -
XYZ 49.33 49.11 45.41 -
YUV 187.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 206 181 171 0 0.12 0.17 0.19 17.14 0.26 0.74
Hex CE B5 AB 0 C 11 13 11 1A 4A
Octal 316 265 253 0 14 21 23 21 32 112
Binary 11001110 10110101 10101011 0 1100 10001 10011 10001 11010 1001010

Color Harmonies of #CEB5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB5AB

Black with #CEB5AB

Text Example


Text Example

White with #CEB5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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