#CFA752

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

Shades of Apache #CFA752

Tints of Apache #CFA752

Color information

#CFA752 (or 0xCFA752) is unknown color: approx Apache. HEX triplet: CF, A7 and 52. RGB value is (207,167,82). Sum of RGB (Red+Green+Blue) = 207+167+82=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA752 is #3058AD. Grayscale: #A9A9A9. Windows color (decimal): -3168430 or 5416911. OLE color: 5416911.

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

Color convert

RGB20716782-
CMYK00.190.600.19
HSL40.8º56.56%56.67%-
HSV(B)40.8º60.39%81.18%-
XYZ41.0741.5113.83-
YUV169.2778.75154.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.39%
GREEN value IS 167 (65.62% from 255) = 36.62%
BLUE value IS 82 (32.42% from 255) = 17.98%
R=45.39%
G=36.62%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071678200.190.600.1940.856.5656.67
HexCFA7520133C13293939
Octal3172471220237423517171
Binary1100111110100111101001001001111110010011101001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA752; }

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

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

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

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

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

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

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

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