#CEBBA3

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

Shades of Soft Amber #CEBBA3

Tints of Soft Amber #CEBBA3

Color information

#CEBBA3 (or 0xCEBBA3) is unknown color: approx Soft Amber. HEX triplet: CE, BB and A3. RGB value is (206,187,163). Sum of RGB (Red+Green+Blue) = 206+187+163=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 163 (64.06% from 255 or 29.32% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBBA3 is #31445C. Grayscale: #BEBEBE. Windows color (decimal): -3228765 or 10730446. OLE color: 10730446.

HSL color Cylindrical-coordinate representation of color #CEBBA3: hue angle of 33.49º degrees, saturation: 0.3, 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 #CEBBA3 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB206187163-
CMYK00.090.210.19
HSL33.49º30.5%72.35%-
HSV(B)33.49º20.87%80.78%-
XYZ49.8351.3141.93-
YUV189.94112.79139.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 163 (64.06% from 255) = 29.32%
R=37.05%
G=33.63%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618716300.090.210.1933.4930.572.35
HexCEBBA3091513211e48
Octal31627324301125234136110
Binary110011101011101110100011010011010110011100001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBA3; }

 p { color: rgb(206,187,163); }

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

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

 a { background-color: rgb(206,187,163); }

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

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

 span { border-color: rgb(206,187,163); }

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