#CCC636

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

Shades of Wattle #CCC636

Tints of Wattle #CCC636

Color information

#CCC636 (or 0xCCC636) is unknown color: approx Wattle. HEX triplet: CC, C6 and 36. RGB value is (204,198,54). Sum of RGB (Red+Green+Blue) = 204+198+54=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 54 (21.48% from 255 or 11.84% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC636 is #3339C9. Grayscale: #B7B7B7. Windows color (decimal): -3357130 or 3589836. OLE color: 3589836.

HSL color Cylindrical-coordinate representation of color #CCC636: hue angle of 57.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCC636 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB20419854-
CMYK00.030.740.2
HSL57.6º59.52%50.59%-
HSV(B)57.6º73.53%80%-
XYZ45.7653.4911.4-
YUV183.3854.99142.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.74%
GREEN value IS 198 (77.73% from 255) = 43.42%
BLUE value IS 54 (21.48% from 255) = 11.84%
R=44.74%
G=43.42%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041985400.030.740.257.659.5250.59
HexCCC636034A143a3c33
Octal314306660311224727463
Binary1100110011000110110110011100101010100111010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC636; }

 p { color: rgb(204,198,54); }

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

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

 a { background-color: rgb(204,198,54); }

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

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

 span { border-color: rgb(204,198,54); }

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