#CFA34E

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

Shades of Apache #CFA34E

Tints of Apache #CFA34E

Color information

#CFA34E (or 0xCFA34E) is unknown color: approx Apache. HEX triplet: CF, A3 and 4E. RGB value is (207,163,78). Sum of RGB (Red+Green+Blue) = 207+163+78=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA34E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA34E is #305CB1. Grayscale: #A6A6A6. Windows color (decimal): -3169458 or 5153743. OLE color: 5153743.

HSL color Cylindrical-coordinate representation of color #CFA34E: hue angle of 39.53º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFA34E is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB20716378-
CMYK00.210.620.19
HSL39.53º57.33%55.88%-
HSV(B)39.53º62.32%81.18%-
XYZ40.240.0112.81-
YUV166.4778.08156.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.21%
GREEN value IS 163 (64.06% from 255) = 36.38%
BLUE value IS 78 (30.86% from 255) = 17.41%
R=46.21%
G=36.38%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071637800.210.620.1939.5357.3355.88
HexCFA34E0153E13283938
Octal3172431160257623507170
Binary1100111110100011100111001010111111010011101000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA34E; }

 p { color: rgb(207,163,78); }

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

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

 a { background-color: rgb(207,163,78); }

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

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

 span { border-color: rgb(207,163,78); }

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