#CCA75E

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

Shades of Apache #CCA75E

Tints of Apache #CCA75E

Color information

#CCA75E (or 0xCCA75E) is unknown color: approx Apache. HEX triplet: CC, A7 and 5E. RGB value is (204,167,94). Sum of RGB (Red+Green+Blue) = 204+167+94=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA75E is #3358A1. Grayscale: #AAAAAA. Windows color (decimal): -3365026 or 6203340. OLE color: 6203340.

HSL color Cylindrical-coordinate representation of color #CCA75E: hue angle of 39.82º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCA75E is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB20416794-
CMYK00.180.540.2
HSL39.82º51.89%58.43%-
HSV(B)39.82º53.92%80%-
XYZ40.7441.2816.41-
YUV169.7485.26152.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 167 (65.62% from 255) = 35.91%
BLUE value IS 94 (37.11% from 255) = 20.22%
R=43.87%
G=35.91%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041679400.180.540.239.8251.8958.43
HexCCA75E012361428343a
Octal3142471360226624506472
Binary1100110010100111101111001001011011010100101000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA75E; }

 p { color: rgb(204,167,94); }

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

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

 a { background-color: rgb(204,167,94); }

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

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

 span { border-color: rgb(204,167,94); }

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