#CFBEA4

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

Shades of Soft Amber #CFBEA4

Tints of Soft Amber #CFBEA4

Color information

#CFBEA4 (or 0xCFBEA4) is unknown color: approx Soft Amber. HEX triplet: CF, BE and A4. RGB value is (207,190,164). Sum of RGB (Red+Green+Blue) = 207+190+164=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBEA4 is #30415B. Grayscale: #C0C0C0. Windows color (decimal): -3162460 or 10796751. OLE color: 10796751.

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

Color convert

RGB207190164-
CMYK00.080.210.19
HSL36.28º30.94%72.75%-
HSV(B)36.28º20.77%81.18%-
XYZ50.8552.7742.63-
YUV192.12112.13138.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 164 (64.45% from 255) = 29.23%
R=36.90%
G=33.87%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719016400.080.210.1936.2830.9472.75
HexCFBEA4081513241f49
Octal31727624401025234437111
Binary110011111011111010100100010001010110011100100111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEA4; }

 p { color: rgb(207,190,164); }

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

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

 a { background-color: rgb(207,190,164); }

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

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

 span { border-color: rgb(207,190,164); }

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