#CF9E4C

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

Shades of Apache #CF9E4C

Tints of Apache #CF9E4C

Color information

#CF9E4C (or 0xCF9E4C) is unknown color: approx Apache. HEX triplet: CF, 9E and 4C. RGB value is (207,158,76). Sum of RGB (Red+Green+Blue) = 207+158+76=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9E4C is #3061B3. Grayscale: #A3A3A3. Windows color (decimal): -3170740 or 5021391. OLE color: 5021391.

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

Color convert

RGB20715876-
CMYK00.240.630.19
HSL37.56º57.71%55.49%-
HSV(B)37.56º63.29%81.18%-
XYZ39.2638.2412.15-
YUV163.378.73159.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.94%
GREEN value IS 158 (62.11% from 255) = 35.83%
BLUE value IS 76 (30.08% from 255) = 17.23%
R=46.94%
G=35.83%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071587600.240.630.1937.5657.7155.49
HexCF9E4C0183F13263a37
Octal3172361140307723467267
Binary1100111110011110100110001100011111110011100110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9E4C; }

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

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

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

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

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

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

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

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