#CFBEAC

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

Shades of Soft Amber #CFBEAC

Tints of Soft Amber #CFBEAC

Color information

#CFBEAC (or 0xCFBEAC) is unknown color: approx Soft Amber. HEX triplet: CF, BE and AC. RGB value is (207,190,172). Sum of RGB (Red+Green+Blue) = 207+190+172=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBEAC is #304153. Grayscale: #C1C1C1. Windows color (decimal): -3162452 or 11321039. OLE color: 11321039.

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

Color convert

RGB207190172-
CMYK00.080.170.19
HSL30.86º26.72%74.31%-
HSV(B)30.86º16.91%81.18%-
XYZ51.5953.0746.55-
YUV193.03116.13137.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.38%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 172 (67.58% from 255) = 30.23%
R=36.38%
G=33.39%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719017200.080.170.1930.8626.7274.31
HexCFBEAC0811131f1b4a
Octal31727625401021233733112
Binary11001111101111101010110001000100011001111111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEAC; }

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

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

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

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

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

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

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

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