#CCA167

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

Shades of Fallow #CCA167

Tints of Fallow #CCA167

Color information

#CCA167 (or 0xCCA167) is unknown color: approx Fallow. HEX triplet: CC, A1 and 67. RGB value is (204,161,103). Sum of RGB (Red+Green+Blue) = 204+161+103=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA167 is #335E98. Grayscale: #A7A7A7. Windows color (decimal): -3366553 or 6791628. OLE color: 6791628.

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

Color convert

RGB204161103-
CMYK00.210.500.2
HSL34.46º49.75%60.2%-
HSV(B)34.46º49.51%80%-
XYZ40.0939.3118.31-
YUV167.2491.75154.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.59%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 103 (40.62% from 255) = 22.01%
R=43.59%
G=34.40%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416110300.210.500.234.4649.7560.2
HexCCA167015321422323c
Octal3142411470256224426274
Binary1100110010100001110011101010111001010100100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA167; }

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

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

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

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

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

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

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

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