#CCC341

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

Shades of Wattle #CCC341

Tints of Wattle #CCC341

Color information

#CCC341 (or 0xCCC341) is unknown color: approx Wattle. HEX triplet: CC, C3 and 41. RGB value is (204,195,65). Sum of RGB (Red+Green+Blue) = 204+195+65=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC341 is #333CBE. Grayscale: #B7B7B7. Windows color (decimal): -3357887 or 4309964. OLE color: 4309964.

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

Color convert

RGB20419565-
CMYK00.040.680.2
HSL56.12º57.68%52.75%-
HSV(B)56.12º68.14%80%-
XYZ45.3752.2512.69-
YUV182.8761.48143.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 195 (76.56% from 255) = 42.03%
BLUE value IS 65 (25.78% from 255) = 14.01%
R=43.97%
G=42.03%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041956500.040.680.256.1257.6852.75
HexCCC341044414383a35
Octal3143031010410424707265
Binary110011001100001110000010100100010010100111000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC341; }

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

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

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

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

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

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

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

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