#CCA067

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

Shades of Fallow #CCA067

Tints of Fallow #CCA067

Color information

#CCA067 (or 0xCCA067) is unknown color: approx Fallow. HEX triplet: CC, A0 and 67. RGB value is (204,160,103). Sum of RGB (Red+Green+Blue) = 204+160+103=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA067 is #335F98. Grayscale: #A6A6A6. Windows color (decimal): -3366809 or 6791372. OLE color: 6791372.

HSL color Cylindrical-coordinate representation of color #CCA067: hue angle of 33.86º 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 #CCA067 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB204160103-
CMYK00.220.500.2
HSL33.86º49.75%60.2%-
HSV(B)33.86º49.51%80%-
XYZ39.9238.9618.25-
YUV166.6692.08154.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 160 (62.89% from 255) = 34.26%
BLUE value IS 103 (40.62% from 255) = 22.06%
R=43.68%
G=34.26%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416010300.220.500.233.8649.7560.2
HexCCA067016321422323c
Octal3142401470266224426274
Binary1100110010100000110011101011011001010100100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA067; }

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

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

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

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

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

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

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

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