#CCA467

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

Shades of Apache #CCA467

Tints of Apache #CCA467

Color information

#CCA467 (or 0xCCA467) is unknown color: approx Apache. HEX triplet: CC, A4 and 67. RGB value is (204,164,103). Sum of RGB (Red+Green+Blue) = 204+164+103=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA467 is #335B98. Grayscale: #A9A9A9. Windows color (decimal): -3365785 or 6792396. OLE color: 6792396.

HSL color Cylindrical-coordinate representation of color #CCA467: hue angle of 36.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCA467 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB204164103-
CMYK00.200.500.2
HSL36.24º49.75%60.2%-
HSV(B)36.24º49.51%80%-
XYZ40.6340.3718.48-
YUV169.0190.75152.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 103 (40.62% from 255) = 21.87%
R=43.31%
G=34.82%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416410300.200.500.236.2449.7560.2
HexCCA467014321424323c
Octal3142441470246224446274
Binary1100110010100100110011101010011001010100100100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA467; }

 p { color: rgb(204,164,103); }

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

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

 a { background-color: rgb(204,164,103); }

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

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

 span { border-color: rgb(204,164,103); }

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