#cfa654

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

Shades of Apache #CFA654

Tints of Apache #CFA654

Color information

#CFA654 (or 0xCFA654) is unknown color: approx Apache. HEX triplet: CF, A6 and 54. RGB value is (207,166,84). Sum of RGB (Red+Green+Blue) = 207+166+84=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA654 is #3059AB. Grayscale: #A9A9A9. Windows color (decimal): -3168684 or 5547727. OLE color: 5547727.

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

Color convert

RGB20716684-
CMYK00.200.590.19
HSL40º56.16%57.06%-
HSV(B)40º59.42%81.18%-
XYZ40.9741.1814.18-
YUV168.9180.08155.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.30%
GREEN value IS 166 (65.23% from 255) = 36.32%
BLUE value IS 84 (33.20% from 255) = 18.38%
R=45.30%
G=36.32%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071668400.200.590.194056.1657.06
HexCFA6540143B13283839
Octal3172461240247323507071
Binary1100111110100110101010001010011101110011101000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfa654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfa654; }

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

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

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

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

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

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

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

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