Html Css Color HEX #CEB3AD Clam Shell

📋 copy color: '#CEB3AD'

red 206 ◦ green 179 ◦ blue 173

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

Shades of Clam Shell #CEB3AD

Tints of Clam Shell #CEB3AD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.08%

 BLUE value IS 173 (67.97% from 255) = 31%

R = 36.92%
G = 32.08%
B = 31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CEB3AD (or 0xCEB3AD) is known color: Clam Shell. HEX triplet: CE, B3 and AD. RGB value is (206,179,173). Sum of RGB (Red+Green+Blue) = 206+179+173=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB3AD is #314C52. Grayscale: #BABABA. Windows color (decimal): -3230803 or 11383758. OLE color: 11383758.

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

Color convert

RGB 206 179 173 -
CMYK 0 0.13 0.16 0.19
HSL 10.91º 0.25% 0.74% -
HSV(B) 10.91º 0.16% 0.81% -
XYZ 49.12 48.38 46.28 -
YUV 186.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 206 179 173 0 0.13 0.16 0.19 10.91 0.25 0.74
Hex CE B3 AD 0 D 10 13 B 19 4A
Octal 316 263 255 0 15 20 23 13 31 112
Binary 11001110 10110011 10101101 0 1101 10000 10011 1011 11001 1001010

Color Harmonies of #CEB3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB3AD

Black with #CEB3AD

Text Example


Text Example

White with #CEB3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB3AD; }

 p { color: rgb(206,179,173); }

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

background-color css

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

 a { background-color: rgb(206,179,173); }

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

border-color css

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

 span { border-color: rgb(206,179,173); }

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