#CCC043

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

Shades of Wattle #CCC043

Tints of Wattle #CCC043

Color information

#CCC043 (or 0xCCC043) is unknown color: approx Wattle. HEX triplet: CC, C0 and 43. RGB value is (204,192,67). Sum of RGB (Red+Green+Blue) = 204+192+67=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 67 (26.56% from 255 or 14.47% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC043 is #333FBC. Grayscale: #B5B5B5. Windows color (decimal): -3358653 or 4440268. OLE color: 4440268.

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

Color convert

RGB20419267-
CMYK00.060.670.2
HSL54.74º57.32%53.14%-
HSV(B)54.74º67.16%80%-
XYZ44.7650.9412.78-
YUV181.3463.48144.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.06%
GREEN value IS 192 (75.39% from 255) = 41.47%
BLUE value IS 67 (26.56% from 255) = 14.47%
R=44.06%
G=41.47%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041926700.060.670.254.7457.3253.14
HexCCC043064314373935
Octal3143001030610324677165
Binary110011001100000010000110110100001110100110111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC043; }

 p { color: rgb(204,192,67); }

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

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

 a { background-color: rgb(204,192,67); }

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

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

 span { border-color: rgb(204,192,67); }

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