#CEBC9D

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

Shades of Soft Amber #CEBC9D

Tints of Soft Amber #CEBC9D

Color information

#CEBC9D (or 0xCEBC9D) is unknown color: approx Soft Amber. HEX triplet: CE, BC and 9D. RGB value is (206,188,157). Sum of RGB (Red+Green+Blue) = 206+188+157=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBC9D is #314362. Grayscale: #BDBDBD. Windows color (decimal): -3228515 or 10337486. OLE color: 10337486.

HSL color Cylindrical-coordinate representation of color #CEBC9D: hue angle of 37.96º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEBC9D is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB206188157-
CMYK00.090.240.19
HSL37.96º33.33%71.18%-
HSV(B)37.96º23.79%80.78%-
XYZ49.5251.5239.23-
YUV189.85109.46139.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.39%
GREEN value IS 188 (73.83% from 255) = 34.12%
BLUE value IS 157 (61.72% from 255) = 28.49%
R=37.39%
G=34.12%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618815700.090.240.1937.9633.3371.18
HexCEBC9D091813262147
Octal31627423501130234641107
Binary1100111010111100100111010100111000100111001101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBC9D; }

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

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

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

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

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

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

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

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