#CEBCA8

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

Shades of Soft Amber #CEBCA8

Tints of Soft Amber #CEBCA8

Color information

#CEBCA8 (or 0xCEBCA8) is unknown color: approx Soft Amber. HEX triplet: CE, BC and A8. RGB value is (206,188,168). Sum of RGB (Red+Green+Blue) = 206+188+168=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBCA8 is #314357. Grayscale: #BFBFBF. Windows color (decimal): -3228504 or 11058382. OLE color: 11058382.

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

Color convert

RGB206188168-
CMYK00.090.180.19
HSL31.58º27.94%73.33%-
HSV(B)31.58º18.45%80.78%-
XYZ50.551.9244.4-
YUV191.1114.96138.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.65%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 168 (66.02% from 255) = 29.89%
R=36.65%
G=33.45%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618816800.090.180.1931.5827.9473.33
HexCEBCA8091213201c49
Octal31627425001122234034111
Binary110011101011110010101000010011001010011100000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCA8; }

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

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

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

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

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

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

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

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