#CCA267

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

Shades of Fallow #CCA267

Tints of Fallow #CCA267

Color information

#CCA267 (or 0xCCA267) is unknown color: approx Fallow. HEX triplet: CC, A2 and 67. RGB value is (204,162,103). Sum of RGB (Red+Green+Blue) = 204+162+103=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA267 is #335D98. Grayscale: #A8A8A8. Windows color (decimal): -3366297 or 6791884. OLE color: 6791884.

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

Color convert

RGB204162103-
CMYK00.210.500.2
HSL35.05º49.75%60.2%-
HSV(B)35.05º49.51%80%-
XYZ40.2739.6618.36-
YUV167.8391.41153.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 103 (40.62% from 255) = 21.96%
R=43.50%
G=34.54%
B=21.96%

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
Decimal20416210300.210.500.235.0549.7560.2
HexCCA267015321423323c
Octal3142421470256224436274
Binary1100110010100010110011101010111001010100100011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA267; }

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

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

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

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

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

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

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

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