#CEBFA8

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

Shades of Soft Amber #CEBFA8

Tints of Soft Amber #CEBFA8

Color information

#CEBFA8 (or 0xCEBFA8) is unknown color: approx Soft Amber. HEX triplet: CE, BF and A8. RGB value is (206,191,168). Sum of RGB (Red+Green+Blue) = 206+191+168=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 168 (66.02% from 255 or 29.73% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBFA8 is #314057. Grayscale: #C0C0C0. Windows color (decimal): -3227736 or 11059150. OLE color: 11059150.

HSL color Cylindrical-coordinate representation of color #CEBFA8: hue angle of 36.32º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEBFA8 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB206191168-
CMYK00.070.180.19
HSL36.32º27.94%73.33%-
HSV(B)36.32º18.45%80.78%-
XYZ51.1553.2144.62-
YUV192.86113.97137.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 168 (66.02% from 255) = 29.73%
R=36.46%
G=33.81%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619116800.070.180.1936.3227.9473.33
HexCEBFA8071213241c49
Octal3162772500722234434111
Binary11001110101111111010100001111001010011100100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFA8; }

 p { color: rgb(206,191,168); }

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

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

 a { background-color: rgb(206,191,168); }

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

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

 span { border-color: rgb(206,191,168); }

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