#CEB2A5

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

Shades of Clam Shell #CEB2A5

Tints of Clam Shell #CEB2A5

Color information

#CEB2A5 (or 0xCEB2A5) is unknown color: approx Clam Shell. HEX triplet: CE, B2 and A5. RGB value is (206,178,165). Sum of RGB (Red+Green+Blue) = 206+178+165=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB2A5 is #314D5A. Grayscale: #B8B8B8. Windows color (decimal): -3231067 or 10859214. OLE color: 10859214.

HSL color Cylindrical-coordinate representation of color #CEB2A5: hue angle of 19.02º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEB2A5 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB206178165-
CMYK00.140.200.19
HSL19.02º29.5%72.75%-
HSV(B)19.02º19.9%80.78%-
XYZ48.1747.6842.26-
YUV184.89116.78143.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.52%
GREEN value IS 178 (69.92% from 255) = 32.42%
BLUE value IS 165 (64.84% from 255) = 30.05%
R=37.52%
G=32.42%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617816500.140.200.1919.0229.572.75
HexCEB2A50E1413131d49
Octal31626224501624232335111
Binary11001110101100101010010101110101001001110011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB2A5; }

 p { color: rgb(206,178,165); }

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

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

 a { background-color: rgb(206,178,165); }

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

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

 span { border-color: rgb(206,178,165); }

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