#CCC132

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

Shades of Wattle #CCC132

Tints of Wattle #CCC132

Color information

#CCC132 (or 0xCCC132) is unknown color: approx Wattle. HEX triplet: CC, C1 and 32. RGB value is (204,193,50). Sum of RGB (Red+Green+Blue) = 204+193+50=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC132 is #333ECD. Grayscale: #B4B4B4. Windows color (decimal): -3358414 or 3326412. OLE color: 3326412.

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

Color convert

RGB20419350-
CMYK00.050.750.2
HSL55.71º60.63%49.8%-
HSV(B)55.71º75.49%80%-
XYZ44.5551.2110.55-
YUV179.9954.64145.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.64%
GREEN value IS 193 (75.78% from 255) = 43.18%
BLUE value IS 50 (19.92% from 255) = 11.19%
R=45.64%
G=43.18%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041935000.050.750.255.7160.6349.8
HexCCC132054B14383d32
Octal314301620511324707562
Binary11001100110000011100100101100101110100111000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC132; }

 p { color: rgb(204,193,50); }

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

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

 a { background-color: rgb(204,193,50); }

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

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

 span { border-color: rgb(204,193,50); }

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