#CFA652

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

Shades of Apache #CFA652

Tints of Apache #CFA652

Color information

#CFA652 (or 0xCFA652) is unknown color: approx Apache. HEX triplet: CF, A6 and 52. RGB value is (207,166,82). Sum of RGB (Red+Green+Blue) = 207+166+82=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA652 is #3059AD. Grayscale: #A9A9A9. Windows color (decimal): -3168686 or 5416655. OLE color: 5416655.

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

Color convert

RGB20716682-
CMYK00.200.600.19
HSL40.32º56.56%56.67%-
HSV(B)40.32º60.39%81.18%-
XYZ40.8941.1513.77-
YUV168.6879.08155.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.49%
GREEN value IS 166 (65.23% from 255) = 36.48%
BLUE value IS 82 (32.42% from 255) = 18.02%
R=45.49%
G=36.48%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071668200.200.600.1940.3256.5656.67
HexCFA6520143C13283939
Octal3172461220247423507171
Binary1100111110100110101001001010011110010011101000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA652; }

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

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

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

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

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

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

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

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