#CEB4A5

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

Shades of Clam Shell #CEB4A5

Tints of Clam Shell #CEB4A5

Color information

#CEB4A5 (or 0xCEB4A5) is unknown color: approx Clam Shell. HEX triplet: CE, B4 and A5. RGB value is (206,180,165). Sum of RGB (Red+Green+Blue) = 206+180+165=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB4A5 is #314B5A. Grayscale: #BABABA. Windows color (decimal): -3230555 or 10859726. OLE color: 10859726.

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

Color convert

RGB206180165-
CMYK00.130.200.19
HSL21.95º29.5%72.75%-
HSV(B)21.95º19.9%80.78%-
XYZ48.5748.4842.4-
YUV186.06116.11142.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.39%
GREEN value IS 180 (70.70% from 255) = 32.67%
BLUE value IS 165 (64.84% from 255) = 29.95%
R=37.39%
G=32.67%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618016500.130.200.1921.9529.572.75
HexCEB4A50D1413161d49
Octal31626424501524232635111
Binary11001110101101001010010101101101001001110110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB4A5; }

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

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

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

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

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

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

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

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