#CEB6A8

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

Shades of Clam Shell #CEB6A8

Tints of Clam Shell #CEB6A8

Color information

#CEB6A8 (or 0xCEB6A8) is unknown color: approx Clam Shell. HEX triplet: CE, B6 and A8. RGB value is (206,182,168). Sum of RGB (Red+Green+Blue) = 206+182+168=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB6A8 is #314957. Grayscale: #BBBBBB. Windows color (decimal): -3230040 or 11056846. OLE color: 11056846.

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

Color convert

RGB206182168-
CMYK00.120.180.19
HSL22.11º27.94%73.33%-
HSV(B)22.11º18.45%80.78%-
XYZ49.2549.443.99-
YUV187.58116.95141.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 182 (71.48% from 255) = 32.73%
BLUE value IS 168 (66.02% from 255) = 30.22%
R=37.05%
G=32.73%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618216800.120.180.1922.1127.9473.33
HexCEB6A80C1213161c49
Octal31626625001422232634111
Binary11001110101101101010100001100100101001110110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6A8; }

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

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

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

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

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

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

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

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