#CEB0AA

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

Shades of Clam Shell #CEB0AA

Tints of Clam Shell #CEB0AA

Color information

#CEB0AA (or 0xCEB0AA) is unknown color: approx Clam Shell. HEX triplet: CE, B0 and AA. RGB value is (206,176,170). Sum of RGB (Red+Green+Blue) = 206+176+170=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB0AA is #314F55. Grayscale: #B8B8B8. Windows color (decimal): -3231574 or 11186382. OLE color: 11186382.

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

Color convert

RGB206176170-
CMYK00.150.170.19
HSL10º26.87%73.73%-
HSV(B)10º17.48%80.78%-
XYZ48.2347.0744.57-
YUV184.29119.94143.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.32%
GREEN value IS 176 (69.14% from 255) = 31.88%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=37.32%
G=31.88%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617617000.150.170.191026.8773.73
HexCEB0AA0F1113a1b4a
Octal31626025201721231233112
Binary1100111010110000101010100111110001100111010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB0AA; }

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

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

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

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

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

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

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

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