#CF9F4C

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

Shades of Apache #CF9F4C

Tints of Apache #CF9F4C

Color information

#CF9F4C (or 0xCF9F4C) is unknown color: approx Apache. HEX triplet: CF, 9F and 4C. RGB value is (207,159,76). Sum of RGB (Red+Green+Blue) = 207+159+76=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9F4C is #3060B3. Grayscale: #A4A4A4. Windows color (decimal): -3170484 or 5021647. OLE color: 5021647.

HSL color Cylindrical-coordinate representation of color #CF9F4C: hue angle of 38.02º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF9F4C is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB20715976-
CMYK00.230.630.19
HSL38.02º57.71%55.49%-
HSV(B)38.02º63.29%81.18%-
XYZ39.4338.5812.21-
YUV163.8978.4158.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.83%
GREEN value IS 159 (62.5% from 255) = 35.97%
BLUE value IS 76 (30.08% from 255) = 17.19%
R=46.83%
G=35.97%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071597600.230.630.1938.0257.7155.49
HexCF9F4C0173F13263a37
Octal3172371140277723467267
Binary1100111110011111100110001011111111110011100110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9F4C; }

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

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

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

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

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

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

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

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