#CF9E50

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

Shades of Apache #CF9E50

Tints of Apache #CF9E50

Color information

#CF9E50 (or 0xCF9E50) is unknown color: approx Apache. HEX triplet: CF, 9E and 50. RGB value is (207,158,80). Sum of RGB (Red+Green+Blue) = 207+158+80=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9E50 is #3061AF. Grayscale: #A4A4A4. Windows color (decimal): -3170736 or 5283535. OLE color: 5283535.

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

Color convert

RGB20715880-
CMYK00.240.610.19
HSL36.85º56.95%56.27%-
HSV(B)36.85º61.35%81.18%-
XYZ39.4138.312.9-
YUV163.7680.73158.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.52%
GREEN value IS 158 (62.11% from 255) = 35.51%
BLUE value IS 80 (31.64% from 255) = 17.98%
R=46.52%
G=35.51%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071588000.240.610.1936.8556.9556.27
HexCF9E500183D13253938
Octal3172361200307523457170
Binary1100111110011110101000001100011110110011100101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9E50; }

 p { color: rgb(207,158,80); }

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

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

 a { background-color: rgb(207,158,80); }

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

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

 span { border-color: rgb(207,158,80); }

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