#CCC447

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

Shades of Wattle #CCC447

Tints of Wattle #CCC447

Color information

#CCC447 (or 0xCCC447) is unknown color: approx Wattle. HEX triplet: CC, C4 and 47. RGB value is (204,196,71). Sum of RGB (Red+Green+Blue) = 204+196+71=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 71 (28.12% from 255 or 15.07% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC447 is #333BB8. Grayscale: #B8B8B8. Windows color (decimal): -3357625 or 4703436. OLE color: 4703436.

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

Color convert

RGB20419671-
CMYK00.040.650.2
HSL56.39º56.6%53.92%-
HSV(B)56.39º65.2%80%-
XYZ45.7852.7713.73-
YUV184.1464.15142.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 196 (76.95% from 255) = 41.61%
BLUE value IS 71 (28.12% from 255) = 15.07%
R=43.31%
G=41.61%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041967100.040.650.256.3956.653.92
HexCCC447044114383936
Octal3143041070410124707166
Binary110011001100010010001110100100000110100111000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC447; }

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

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

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

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

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

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

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

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