#CF9C54

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

Shades of Apache #CF9C54

Tints of Apache #CF9C54

Color information

#CF9C54 (or 0xCF9C54) is unknown color: approx Apache. HEX triplet: CF, 9C and 54. RGB value is (207,156,84). Sum of RGB (Red+Green+Blue) = 207+156+84=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C54 is #3063AB. Grayscale: #A3A3A3. Windows color (decimal): -3171244 or 5545167. OLE color: 5545167.

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

Color convert

RGB20715684-
CMYK00.250.590.19
HSL35.12º56.16%57.06%-
HSV(B)35.12º59.42%81.18%-
XYZ39.2237.6813.59-
YUV163.0483.4159.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.31%
GREEN value IS 156 (61.33% from 255) = 34.90%
BLUE value IS 84 (33.20% from 255) = 18.79%
R=46.31%
G=34.90%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071568400.250.590.1935.1256.1657.06
HexCF9C540193B13233839
Octal3172341240317323437071
Binary1100111110011100101010001100111101110011100011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9C54; }

 p { color: rgb(207,156,84); }

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

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

 a { background-color: rgb(207,156,84); }

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

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

 span { border-color: rgb(207,156,84); }

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