#CFBEA2

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

Shades of Soft Amber #CFBEA2

Tints of Soft Amber #CFBEA2

Color information

#CFBEA2 (or 0xCFBEA2) is unknown color: approx Soft Amber. HEX triplet: CF, BE and A2. RGB value is (207,190,162). Sum of RGB (Red+Green+Blue) = 207+190+162=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 162 (63.67% from 255 or 28.98% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBEA2 is #30415D. Grayscale: #C0C0C0. Windows color (decimal): -3162462 or 10665679. OLE color: 10665679.

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

Color convert

RGB207190162-
CMYK00.080.220.19
HSL37.33º31.91%72.35%-
HSV(B)37.33º21.74%81.18%-
XYZ50.6752.741.68-
YUV191.89111.13138.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 162 (63.67% from 255) = 28.98%
R=37.03%
G=33.99%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719016200.080.220.1937.3331.9172.35
HexCFBEA2081613252048
Octal31727624201026234540110
Binary1100111110111110101000100100010110100111001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEA2; }

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

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

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

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

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

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

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

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