#CCC845

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

Shades of Wattle #CCC845

Tints of Wattle #CCC845

Color information

#CCC845 (or 0xCCC845) is unknown color: approx Wattle. HEX triplet: CC, C8 and 45. RGB value is (204,200,69). Sum of RGB (Red+Green+Blue) = 204+200+69=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC845 is #3337BA. Grayscale: #BABABA. Windows color (decimal): -3356603 or 4573388. OLE color: 4573388.

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

Color convert

RGB20420069-
CMYK00.020.660.2
HSL58.22º56.96%53.53%-
HSV(B)58.22º66.18%80%-
XYZ46.6354.5813.71-
YUV186.2661.83140.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 200 (78.52% from 255) = 42.28%
BLUE value IS 69 (27.34% from 255) = 14.59%
R=43.13%
G=42.28%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042006900.020.660.258.2256.9653.53
HexCCC8450242143a3936
Octal3143101050210224727166
Binary11001100110010001000101010100001010100111010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC845; }

 p { color: rgb(204,200,69); }

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

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

 a { background-color: rgb(204,200,69); }

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

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

 span { border-color: rgb(204,200,69); }

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