#CEBBA4

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

Shades of Soft Amber #CEBBA4

Tints of Soft Amber #CEBBA4

Color information

#CEBBA4 (or 0xCEBBA4) is unknown color: approx Soft Amber. HEX triplet: CE, BB and A4. RGB value is (206,187,164). Sum of RGB (Red+Green+Blue) = 206+187+164=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 164 (64.45% from 255 or 29.44% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBBA4 is #31445B. Grayscale: #BEBEBE. Windows color (decimal): -3228764 or 10795982. OLE color: 10795982.

HSL color Cylindrical-coordinate representation of color #CEBBA4: hue angle of 32.86º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEBBA4 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB206187164-
CMYK00.090.200.19
HSL32.86º30%72.55%-
HSV(B)32.86º20.39%80.78%-
XYZ49.9251.3442.4-
YUV190.06113.29139.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 164 (64.45% from 255) = 29.44%
R=36.98%
G=33.57%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618716400.090.200.1932.863072.55
HexCEBBA4091413211e49
Octal31627324401124234136111
Binary110011101011101110100100010011010010011100001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBA4; }

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

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

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

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

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

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

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

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