#CFC2AC

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

Shades of Soft Amber #CFC2AC

Tints of Soft Amber #CFC2AC

Color information

#CFC2AC (or 0xCFC2AC) is unknown color: approx Soft Amber. HEX triplet: CF, C2 and AC. RGB value is (207,194,172). Sum of RGB (Red+Green+Blue) = 207+194+172=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC2AC is #303D53. Grayscale: #C3C3C3. Windows color (decimal): -3161428 or 11322063. OLE color: 11322063.

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

Color convert

RGB207194172-
CMYK00.060.170.19
HSL37.71º26.72%74.31%-
HSV(B)37.71º16.91%81.18%-
XYZ52.4754.8346.85-
YUV195.38114.81136.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.13%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=36.13%
G=33.86%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719417200.060.170.1937.7126.7274.31
HexCFC2AC061113261b4a
Octal3173022540621234633112
Binary11001111110000101010110001101000110011100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC2AC; }

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

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

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

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

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

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

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

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