#CFBEA5

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

Shades of Soft Amber #CFBEA5

Tints of Soft Amber #CFBEA5

Color information

#CFBEA5 (or 0xCFBEA5) is unknown color: approx Soft Amber. HEX triplet: CF, BE and A5. RGB value is (207,190,165). Sum of RGB (Red+Green+Blue) = 207+190+165=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 165 (64.84% from 255 or 29.36% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBEA5 is #30415A. Grayscale: #C0C0C0. Windows color (decimal): -3162459 or 10862287. OLE color: 10862287.

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

Color convert

RGB207190165-
CMYK00.080.200.19
HSL35.71º30.43%72.94%-
HSV(B)35.71º20.29%81.18%-
XYZ50.9452.8143.11-
YUV192.23112.63138.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 165 (64.84% from 255) = 29.36%
R=36.83%
G=33.81%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719016500.080.200.1935.7130.4372.94
HexCFBEA5081413241e49
Octal31727624501024234436111
Binary110011111011111010100101010001010010011100100111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEA5; }

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

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

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

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

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

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

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

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