#CCA270

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

Shades of Fallow #CCA270

Tints of Fallow #CCA270

Color information

#CCA270 (or 0xCCA270) is unknown color: approx Fallow. HEX triplet: CC, A2 and 70. RGB value is (204,162,112). Sum of RGB (Red+Green+Blue) = 204+162+112=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA270 is #335D8F. Grayscale: #A9A9A9. Windows color (decimal): -3366288 or 7381708. OLE color: 7381708.

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

Color convert

RGB204162112-
CMYK00.210.450.2
HSL32.61º47.42%61.96%-
HSV(B)32.61º45.1%80%-
XYZ40.7539.8520.87-
YUV168.8695.91153.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=42.68%
G=33.89%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416211200.210.450.232.6147.4261.96
HexCCA2700152D14212f3e
Octal3142421600255524415776
Binary1100110010100010111000001010110110110100100001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA270; }

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

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

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

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

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

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

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

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