#CFC0AC

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

Shades of Soft Amber #CFC0AC

Tints of Soft Amber #CFC0AC

Color information

#CFC0AC (or 0xCFC0AC) is unknown color: approx Soft Amber. HEX triplet: CF, C0 and AC. RGB value is (207,192,172). Sum of RGB (Red+Green+Blue) = 207+192+172=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC0AC is #303F53. Grayscale: #C2C2C2. Windows color (decimal): -3161940 or 11321551. OLE color: 11321551.

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

Color convert

RGB207192172-
CMYK00.070.170.19
HSL34.29º26.72%74.31%-
HSV(B)34.29º16.91%81.18%-
XYZ52.0353.9446.7-
YUV194.2115.47137.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.25%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 172 (67.58% from 255) = 30.12%
R=36.25%
G=33.63%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719217200.070.170.1934.2926.7274.31
HexCFC0AC071113221b4a
Octal3173002540721234233112
Binary11001111110000001010110001111000110011100010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC0AC; }

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

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

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

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

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

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

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

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