#CEBCA5

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

Shades of Soft Amber #CEBCA5

Tints of Soft Amber #CEBCA5

Color information

#CEBCA5 (or 0xCEBCA5) is unknown color: approx Soft Amber. HEX triplet: CE, BC and A5. RGB value is (206,188,165). Sum of RGB (Red+Green+Blue) = 206+188+165=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 165 (64.84% from 255 or 29.52% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBCA5 is #31435A. Grayscale: #BEBEBE. Windows color (decimal): -3228507 or 10861774. OLE color: 10861774.

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

Color convert

RGB206188165-
CMYK00.090.200.19
HSL33.66º29.5%72.75%-
HSV(B)33.66º19.9%80.78%-
XYZ50.2351.842.95-
YUV190.76113.46138.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.85%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 165 (64.84% from 255) = 29.52%
R=36.85%
G=33.63%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618816500.090.200.1933.6629.572.75
HexCEBCA5091413221d49
Octal31627424501124234235111
Binary110011101011110010100101010011010010011100010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCA5; }

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

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

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

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

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

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

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

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