#CCC647

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

Shades of Wattle #CCC647

Tints of Wattle #CCC647

Color information

#CCC647 (or 0xCCC647) is unknown color: approx Wattle. HEX triplet: CC, C6 and 47. RGB value is (204,198,71). Sum of RGB (Red+Green+Blue) = 204+198+71=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC647 is #3339B8. Grayscale: #B9B9B9. Windows color (decimal): -3357113 or 4703948. OLE color: 4703948.

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

Color convert

RGB20419871-
CMYK00.030.650.2
HSL57.29º56.6%53.92%-
HSV(B)57.29º65.2%80%-
XYZ46.2353.6813.89-
YUV185.3263.49141.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 198 (77.73% from 255) = 41.86%
BLUE value IS 71 (28.12% from 255) = 15.01%
R=43.13%
G=41.86%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041987100.030.650.257.2956.653.92
HexCCC647034114393936
Octal3143061070310124717166
Binary11001100110001101000111011100000110100111001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC647; }

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

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

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

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

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

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

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

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