#CCC648

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

Shades of Wattle #CCC648

Tints of Wattle #CCC648

Color information

#CCC648 (or 0xCCC648) is unknown color: approx Wattle. HEX triplet: CC, C6 and 48. RGB value is (204,198,72). Sum of RGB (Red+Green+Blue) = 204+198+72=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC648 is #3339B7. Grayscale: #B9B9B9. Windows color (decimal): -3357112 or 4769484. OLE color: 4769484.

HSL color Cylindrical-coordinate representation of color #CCC648: hue angle of 57.27º degrees, saturation: 0.56, 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 #CCC648 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB20419872-
CMYK00.030.650.2
HSL57.27º56.41%54.12%-
HSV(B)57.27º64.71%80%-
XYZ46.2753.6914.06-
YUV185.4363.99141.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 198 (77.73% from 255) = 41.77%
BLUE value IS 72 (28.52% from 255) = 15.19%
R=43.04%
G=41.77%
B=15.19%

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
Decimal2041987200.030.650.257.2756.4154.12
HexCCC648034114393836
Octal3143061100310124717066
Binary11001100110001101001000011100000110100111001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC648; }

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

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

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

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

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

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

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

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