#CEBFA4

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

Shades of Soft Amber #CEBFA4

Tints of Soft Amber #CEBFA4

Color information

#CEBFA4 (or 0xCEBFA4) is unknown color: approx Soft Amber. HEX triplet: CE, BF and A4. RGB value is (206,191,164). Sum of RGB (Red+Green+Blue) = 206+191+164=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBFA4 is #31405B. Grayscale: #C0C0C0. Windows color (decimal): -3227740 or 10797006. OLE color: 10797006.

HSL color Cylindrical-coordinate representation of color #CEBFA4: hue angle of 38.57º 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 #CEBFA4 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB206191164-
CMYK00.070.200.19
HSL38.57º30%72.55%-
HSV(B)38.57º20.39%80.78%-
XYZ50.7953.0642.69-
YUV192.41111.97137.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.72%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 164 (64.45% from 255) = 29.23%
R=36.72%
G=34.05%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619116400.070.200.1938.573072.55
HexCEBFA4071413271e49
Octal3162772440724234736111
Binary11001110101111111010010001111010010011100111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFA4; }

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

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

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

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

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

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

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

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