Html Css Color HEX #CEB5AD Clam Shell

📋 copy color: '#CEB5AD'

red 206 ◦ green 181 ◦ blue 173

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

Shades of Clam Shell #CEB5AD

Tints of Clam Shell #CEB5AD

RGB

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

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

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

R = 36.79%
G = 32.32%
B = 30.89%

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

#CEB5AD (or 0xCEB5AD) is known color: Clam Shell. HEX triplet: CE, B5 and AD. RGB value is (206,181,173). Sum of RGB (Red+Green+Blue) = 206+181+173=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB5AD is #314A52. Grayscale: #BBBBBB. Windows color (decimal): -3230291 or 11384270. OLE color: 11384270.

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

Color convert

RGB 206 181 173 -
CMYK 0 0.12 0.16 0.19
HSL 14.55º 0.25% 0.74% -
HSV(B) 14.55º 0.16% 0.81% -
XYZ 49.52 49.19 46.42 -
YUV 187.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 206 181 173 0 0.12 0.16 0.19 14.55 0.25 0.74
Hex CE B5 AD 0 C 10 13 F 19 4A
Octal 316 265 255 0 14 20 23 17 31 112
Binary 11001110 10110101 10101101 0 1100 10000 10011 1111 11001 1001010

Color Harmonies of #CEB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB5AD

Black with #CEB5AD

Text Example


Text Example

White with #CEB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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