#CFBCAA

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

Shades of Soft Amber #CFBCAA

Tints of Soft Amber #CFBCAA

Color information

#CFBCAA (or 0xCFBCAA) is unknown color: approx Soft Amber. HEX triplet: CF, BC and AA. RGB value is (207,188,170). Sum of RGB (Red+Green+Blue) = 207+188+170=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBCAA is #304355. Grayscale: #BFBFBF. Windows color (decimal): -3162966 or 11189455. OLE color: 11189455.

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

Color convert

RGB207188170-
CMYK00.090.180.19
HSL29.19º27.82%73.92%-
HSV(B)29.19º17.87%81.18%-
XYZ50.9752.1345.41-
YUV191.63115.79138.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 188 (73.83% from 255) = 33.27%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=36.64%
G=33.27%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718817000.090.180.1929.1927.8273.92
HexCFBCAA0912131d1c4a
Octal31727425201122233534112
Binary11001111101111001010101001001100101001111101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBCAA; }

 p { color: rgb(207,188,170); }

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

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

 a { background-color: rgb(207,188,170); }

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

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

 span { border-color: rgb(207,188,170); }

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