Html Css Color HEX #CEB6AD Clam Shell

📋 copy color: '#CEB6AD'

red 206 ◦ green 182 ◦ blue 173

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

Shades of Clam Shell #CEB6AD

Tints of Clam Shell #CEB6AD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.44%

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

R = 36.72%
G = 32.44%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CEB6AD (or 0xCEB6AD) is known color: Clam Shell. HEX triplet: CE, B6 and AD. RGB value is (206,182,173). Sum of RGB (Red+Green+Blue) = 206+182+173=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB6AD is #314952. Grayscale: #BCBCBC. Windows color (decimal): -3230035 or 11384526. OLE color: 11384526.

HSL color Cylindrical-coordinate representation of color #CEB6AD: hue angle of 16.36º 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 #CEB6AD is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 182 173 -
CMYK 0 0.12 0.16 0.19
HSL 16.36º 0.25% 0.74% -
HSV(B) 16.36º 0.16% 0.81% -
XYZ 49.72 49.59 46.49 -
YUV 188.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 206 182 173 0 0.12 0.16 0.19 16.36 0.25 0.74
Hex CE B6 AD 0 C 10 13 10 19 4A
Octal 316 266 255 0 14 20 23 20 31 112
Binary 11001110 10110110 10101101 0 1100 10000 10011 10000 11001 1001010

Color Harmonies of #CEB6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB6AD

Black with #CEB6AD

Text Example


Text Example

White with #CEB6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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