#CF9F4F

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

Shades of Apache #CF9F4F

Tints of Apache #CF9F4F

Color information

#CF9F4F (or 0xCF9F4F) is unknown color: approx Apache. HEX triplet: CF, 9F and 4F. RGB value is (207,159,79). Sum of RGB (Red+Green+Blue) = 207+159+79=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 79 (31.25% from 255 or 17.75% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F4F is #3060B0. Grayscale: #A4A4A4. Windows color (decimal): -3170481 or 5218255. OLE color: 5218255.

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

Color convert

RGB20715979-
CMYK00.230.620.19
HSL37.5º57.14%56.08%-
HSV(B)37.5º61.84%81.18%-
XYZ39.5438.6312.77-
YUV164.2379.9158.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.52%
GREEN value IS 159 (62.5% from 255) = 35.73%
BLUE value IS 79 (31.25% from 255) = 17.75%
R=46.52%
G=35.73%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071597900.230.620.1937.557.1456.08
HexCF9F4F0173E13263938
Octal3172371170277623467170
Binary1100111110011111100111101011111111010011100110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9F4F; }

 p { color: rgb(207,159,79); }

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

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

 a { background-color: rgb(207,159,79); }

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

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

 span { border-color: rgb(207,159,79); }

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