#CCA168

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

Shades of Fallow #CCA168

Tints of Fallow #CCA168

Color information

#CCA168 (or 0xCCA168) is unknown color: approx Fallow. HEX triplet: CC, A1 and 68. RGB value is (204,161,104). Sum of RGB (Red+Green+Blue) = 204+161+104=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA168 is #335E97. Grayscale: #A7A7A7. Windows color (decimal): -3366552 or 6857164. OLE color: 6857164.

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

Color convert

RGB204161104-
CMYK00.210.490.2
HSL34.2º49.5%60.39%-
HSV(B)34.2º49.02%80%-
XYZ40.1539.3318.57-
YUV167.3692.25154.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 161 (63.28% from 255) = 34.33%
BLUE value IS 104 (41.02% from 255) = 22.17%
R=43.50%
G=34.33%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416110400.210.490.234.249.560.39
HexCCA168015311422323c
Octal3142411500256124426274
Binary1100110010100001110100001010111000110100100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA168; }

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

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

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

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

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

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

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

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