#CF9F64

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

Shades of Apache #CF9F64

Tints of Apache #CF9F64

Color information

#CF9F64 (or 0xCF9F64) is unknown color: approx Apache. HEX triplet: CF, 9F and 64. RGB value is (207,159,100). Sum of RGB (Red+Green+Blue) = 207+159+100=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F64 is #30609B. Grayscale: #A6A6A6. Windows color (decimal): -3170460 or 6594511. OLE color: 6594511.

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

Color convert

RGB207159100-
CMYK00.230.520.19
HSL33.08º52.71%60.2%-
HSV(B)33.08º51.69%81.18%-
XYZ40.4338.9817.45-
YUV166.6390.4156.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.42%
GREEN value IS 159 (62.5% from 255) = 34.12%
BLUE value IS 100 (39.45% from 255) = 21.46%
R=44.42%
G=34.12%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715910000.230.520.1933.0852.7160.2
HexCF9F64017341321353c
Octal3172371440276423416574
Binary1100111110011111110010001011111010010011100001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9F64; }

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

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

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

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

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

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

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

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