#CCC446

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

Shades of Wattle #CCC446

Tints of Wattle #CCC446

Color information

#CCC446 (or 0xCCC446) is unknown color: approx Wattle. HEX triplet: CC, C4 and 46. RGB value is (204,196,70). Sum of RGB (Red+Green+Blue) = 204+196+70=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 70 (27.73% from 255 or 14.89% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC446 is #333BB9. Grayscale: #B8B8B8. Windows color (decimal): -3357626 or 4637900. OLE color: 4637900.

HSL color Cylindrical-coordinate representation of color #CCC446: hue angle of 56.42º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCC446 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB20419670-
CMYK00.040.660.2
HSL56.42º56.78%53.73%-
HSV(B)56.42º65.69%80%-
XYZ45.7552.7613.57-
YUV184.0363.65142.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 196 (76.95% from 255) = 41.70%
BLUE value IS 70 (27.73% from 255) = 14.89%
R=43.40%
G=41.70%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041967000.040.660.256.4256.7853.73
HexCCC446044214383936
Octal3143041060410224707166
Binary110011001100010010001100100100001010100111000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC446; }

 p { color: rgb(204,196,70); }

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

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

 a { background-color: rgb(204,196,70); }

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

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

 span { border-color: rgb(204,196,70); }

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