#cca75b

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

Shades of Apache #CCA75B

Tints of Apache #CCA75B

Color information

#CCA75B (or 0xCCA75B) is unknown color: approx Apache. HEX triplet: CC, A7 and 5B. RGB value is (204,167,91). Sum of RGB (Red+Green+Blue) = 204+167+91=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA75B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA75B is #3358A4. Grayscale: #A9A9A9. Windows color (decimal): -3365029 or 6006732. OLE color: 6006732.

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

Color convert

RGB20416791-
CMYK00.180.550.2
HSL40.35º52.56%57.84%-
HSV(B)40.35º55.39%80%-
XYZ40.6141.2315.72-
YUV169.483.76152.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 167 (65.62% from 255) = 36.15%
BLUE value IS 91 (35.94% from 255) = 19.70%
R=44.16%
G=36.15%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041679100.180.550.240.3552.5657.84
HexCCA75B012371428353a
Octal3142471330226724506572
Binary1100110010100111101101101001011011110100101000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cca75b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cca75b; }

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

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

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

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

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

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

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

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