#CEBEAD

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

Shades of Soft Amber #CEBEAD

Tints of Soft Amber #CEBEAD

Color information

#CEBEAD (or 0xCEBEAD) is unknown color: approx Soft Amber. HEX triplet: CE, BE and AD. RGB value is (206,190,173). Sum of RGB (Red+Green+Blue) = 206+190+173=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBEAD is #314152. Grayscale: #C0C0C0. Windows color (decimal): -3227987 or 11386574. OLE color: 11386574.

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

Color convert

RGB206190173-
CMYK00.080.160.19
HSL30.91º25.19%74.31%-
HSV(B)30.91º16.02%80.78%-
XYZ51.4152.9747.05-
YUV192.85116.8137.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.20%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 173 (67.97% from 255) = 30.40%
R=36.20%
G=33.39%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619017300.080.160.1930.9125.1974.31
HexCEBEAD0810131f194a
Octal31627625501020233731112
Binary11001110101111101010110101000100001001111111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEAD; }

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

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

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

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

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

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

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

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