#CF9F51

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

Shades of Apache #CF9F51

Tints of Apache #CF9F51

Color information

#CF9F51 (or 0xCF9F51) is unknown color: approx Apache. HEX triplet: CF, 9F and 51. RGB value is (207,159,81). Sum of RGB (Red+Green+Blue) = 207+159+81=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F51 is #3060AE. Grayscale: #A4A4A4. Windows color (decimal): -3170479 or 5349327. OLE color: 5349327.

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

Color convert

RGB20715981-
CMYK00.230.610.19
HSL37.14º56.76%56.47%-
HSV(B)37.14º60.87%81.18%-
XYZ39.6238.6613.16-
YUV164.4680.9158.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.31%
GREEN value IS 159 (62.5% from 255) = 35.57%
BLUE value IS 81 (32.03% from 255) = 18.12%
R=46.31%
G=35.57%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071598100.230.610.1937.1456.7656.47
HexCF9F510173D13253938
Octal3172371210277523457170
Binary1100111110011111101000101011111110110011100101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9F51; }

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

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

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

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

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

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

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

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