#ccc641

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

Shades of Wattle #CCC641

Tints of Wattle #CCC641

Color information

#CCC641 (or 0xCCC641) is unknown color: approx Wattle. HEX triplet: CC, C6 and 41. RGB value is (204,198,65). Sum of RGB (Red+Green+Blue) = 204+198+65=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC641 is #3339BE. Grayscale: #B9B9B9. Windows color (decimal): -3357119 or 4310732. OLE color: 4310732.

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

Color convert

RGB20419865-
CMYK00.030.680.2
HSL57.41º57.68%52.75%-
HSV(B)57.41º68.14%80%-
XYZ46.0553.6112.92-
YUV184.6360.49141.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 198 (77.73% from 255) = 42.40%
BLUE value IS 65 (25.78% from 255) = 13.92%
R=43.68%
G=42.40%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041986500.030.680.257.4157.6852.75
HexCCC641034414393a35
Octal3143061010310424717265
Binary11001100110001101000001011100010010100111001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccc641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccc641; }

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

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

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

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

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

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

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

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