#CF9E4E

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

Shades of Apache #CF9E4E

Tints of Apache #CF9E4E

Color information

#CF9E4E (or 0xCF9E4E) is unknown color: approx Apache. HEX triplet: CF, 9E and 4E. RGB value is (207,158,78). Sum of RGB (Red+Green+Blue) = 207+158+78=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 78 (30.86% from 255 or 17.61% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9E4E is #3061B1. Grayscale: #A3A3A3. Windows color (decimal): -3170738 or 5152463. OLE color: 5152463.

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

Color convert

RGB20715878-
CMYK00.240.620.19
HSL37.21º57.33%55.88%-
HSV(B)37.21º62.32%81.18%-
XYZ39.3338.2712.52-
YUV163.5379.73159-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.73%
GREEN value IS 158 (62.11% from 255) = 35.67%
BLUE value IS 78 (30.86% from 255) = 17.61%
R=46.73%
G=35.67%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071587800.240.620.1937.2157.3355.88
HexCF9E4E0183E13253938
Octal3172361160307623457170
Binary1100111110011110100111001100011111010011100101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9E4E; }

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

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

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

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

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

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

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

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