#CEBEA5

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

Shades of Soft Amber #CEBEA5

Tints of Soft Amber #CEBEA5

Color information

#CEBEA5 (or 0xCEBEA5) is unknown color: approx Soft Amber. HEX triplet: CE, BE and A5. RGB value is (206,190,165). Sum of RGB (Red+Green+Blue) = 206+190+165=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBEA5 is #31415A. Grayscale: #C0C0C0. Windows color (decimal): -3227995 or 10862286. OLE color: 10862286.

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

Color convert

RGB206190165-
CMYK00.080.200.19
HSL36.59º29.5%72.75%-
HSV(B)36.59º19.9%80.78%-
XYZ50.6652.6743.09-
YUV191.93112.8138.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.72%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 165 (64.84% from 255) = 29.41%
R=36.72%
G=33.87%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619016500.080.200.1936.5929.572.75
HexCEBEA5081413251d49
Octal31627624501024234535111
Binary110011101011111010100101010001010010011100101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEA5; }

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

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

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

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

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

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

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

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