#CEBCAA

Color #CEBCAA Soft Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soft Amber #CEBCAA

Tints of Soft Amber #CEBCAA

Color information

#CEBCAA (or 0xCEBCAA) is unknown color: approx Soft Amber. HEX triplet: CE, BC and AA. RGB value is (206,188,170). Sum of RGB (Red+Green+Blue) = 206+188+170=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBCAA is #314355. Grayscale: #BFBFBF. Windows color (decimal): -3228502 or 11189454. OLE color: 11189454.

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

Color convert

RGB206188170-
CMYK00.090.170.19
HSL30º26.87%73.73%-
HSV(B)30º17.48%80.78%-
XYZ50.6951.9945.39-
YUV191.33115.96138.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.52%
GREEN value IS 188 (73.83% from 255) = 33.33%
BLUE value IS 170 (66.80% from 255) = 30.14%
R=36.52%
G=33.33%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618817000.090.170.193026.8773.73
HexCEBCAA0911131e1b4a
Octal31627425201121233633112
Binary11001110101111001010101001001100011001111110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCAA; }

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

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

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

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

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

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

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

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