#CEBEAA

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

Shades of Soft Amber #CEBEAA

Tints of Soft Amber #CEBEAA

Color information

#CEBEAA (or 0xCEBEAA) is unknown color: approx Soft Amber. HEX triplet: CE, BE and AA. RGB value is (206,190,170). Sum of RGB (Red+Green+Blue) = 206+190+170=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBEAA is #314155. Grayscale: #C0C0C0. Windows color (decimal): -3227990 or 11189966. OLE color: 11189966.

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

Color convert

RGB206190170-
CMYK00.080.170.19
HSL33.33º26.87%73.73%-
HSV(B)33.33º17.48%80.78%-
XYZ51.1252.8545.54-
YUV192.5115.3137.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.40%
GREEN value IS 190 (74.61% from 255) = 33.57%
BLUE value IS 170 (66.80% from 255) = 30.04%
R=36.40%
G=33.57%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619017000.080.170.1933.3326.8773.73
HexCEBEAA081113211b4a
Octal31627625201021234133112
Binary110011101011111010101010010001000110011100001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEAA; }

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

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

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

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

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

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

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

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