#CFA35D

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

Shades of Apache #CFA35D

Tints of Apache #CFA35D

Color information

#CFA35D (or 0xCFA35D) is unknown color: approx Apache. HEX triplet: CF, A3 and 5D. RGB value is (207,163,93). Sum of RGB (Red+Green+Blue) = 207+163+93=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA35D is #305CA2. Grayscale: #A8A8A8. Windows color (decimal): -3169443 or 6136783. OLE color: 6136783.

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

Color convert

RGB20716393-
CMYK00.210.550.19
HSL36.84º54.29%58.82%-
HSV(B)36.84º55.07%81.18%-
XYZ40.8140.2515.97-
YUV168.1885.58155.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.71%
GREEN value IS 163 (64.06% from 255) = 35.21%
BLUE value IS 93 (36.72% from 255) = 20.09%
R=44.71%
G=35.21%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071639300.210.550.1936.8454.2958.82
HexCFA35D015371325363b
Octal3172431350256723456673
Binary1100111110100011101110101010111011110011100101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA35D; }

 p { color: rgb(207,163,93); }

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

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

 a { background-color: rgb(207,163,93); }

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

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

 span { border-color: rgb(207,163,93); }

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