#CEBEA2

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

Shades of Soft Amber #CEBEA2

Tints of Soft Amber #CEBEA2

Color information

#CEBEA2 (or 0xCEBEA2) is unknown color: approx Soft Amber. HEX triplet: CE, BE and A2. RGB value is (206,190,162). Sum of RGB (Red+Green+Blue) = 206+190+162=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 162 (63.67% from 255 or 29.03% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBEA2 is #31415D. Grayscale: #BFBFBF. Windows color (decimal): -3227998 or 10665678. OLE color: 10665678.

HSL color Cylindrical-coordinate representation of color #CEBEA2: hue angle of 38.18º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEBEA2 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB206190162-
CMYK00.080.210.19
HSL38.18º30.99%72.16%-
HSV(B)38.18º21.36%80.78%-
XYZ50.3952.5641.67-
YUV191.59111.3138.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 162 (63.67% from 255) = 29.03%
R=36.92%
G=34.05%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619016200.080.210.1938.1830.9972.16
HexCEBEA2081513261f48
Octal31627624201025234637110
Binary110011101011111010100010010001010110011100110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEA2; }

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

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

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

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

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

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

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

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