#CEB4AA

Color #CEB4AA Clam Shell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clam Shell #CEB4AA

Tints of Clam Shell #CEB4AA

Color information

#CEB4AA (or 0xCEB4AA) is unknown color: approx Clam Shell. HEX triplet: CE, B4 and AA. RGB value is (206,180,170). Sum of RGB (Red+Green+Blue) = 206+180+170=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB4AA is #314B55. Grayscale: #BABABA. Windows color (decimal): -3230550 or 11187406. OLE color: 11187406.

HSL color Cylindrical-coordinate representation of color #CEB4AA: hue angle of 16.67º degrees, saturation: 0.27, 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 #CEB4AA is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206180170-
CMYK00.130.170.19
HSL16.67º26.87%73.73%-
HSV(B)16.67º17.48%80.78%-
XYZ49.0348.6744.84-
YUV186.63118.61141.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=37.05%
G=32.37%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618017000.130.170.1916.6726.8773.73
HexCEB4AA0D1113111b4a
Octal31626425201521232133112
Binary11001110101101001010101001101100011001110001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB4AA; }

 p { color: rgb(206,180,170); }

 H1.HeaderClassName
 {
   color: #CEB4AA;
 }
 .AnyTagClassName
 {
   color: #CEB4AA;
 }
</style>
background-color css

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

 a { background-color: rgb(206,180,170); }

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

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

 span { border-color: rgb(206,180,170); }

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