#CCC349

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

Shades of Wattle #CCC349

Tints of Wattle #CCC349

Color information

#CCC349 (or 0xCCC349) is unknown color: approx Wattle. HEX triplet: CC, C3 and 49. RGB value is (204,195,73). Sum of RGB (Red+Green+Blue) = 204+195+73=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC349 is #333CB6. Grayscale: #B8B8B8. Windows color (decimal): -3357879 or 4834252. OLE color: 4834252.

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

Color convert

RGB20419573-
CMYK00.040.640.2
HSL55.88º56.22%54.31%-
HSV(B)55.88º64.22%80%-
XYZ45.6252.3514-
YUV183.7865.48142.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 195 (76.56% from 255) = 41.31%
BLUE value IS 73 (28.91% from 255) = 15.47%
R=43.22%
G=41.31%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041957300.040.640.255.8856.2254.31
HexCCC349044014383836
Octal3143031110410024707066
Binary110011001100001110010010100100000010100111000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC349; }

 p { color: rgb(204,195,73); }

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

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

 a { background-color: rgb(204,195,73); }

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

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

 span { border-color: rgb(204,195,73); }

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