#CCC842

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

Shades of Wattle #CCC842

Tints of Wattle #CCC842

Color information

#CCC842 (or 0xCCC842) is unknown color: approx Wattle. HEX triplet: CC, C8 and 42. RGB value is (204,200,66). Sum of RGB (Red+Green+Blue) = 204+200+66=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC842 is #3337BD. Grayscale: #BABABA. Windows color (decimal): -3356606 or 4376780. OLE color: 4376780.

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

Color convert

RGB20420066-
CMYK00.020.680.2
HSL58.26º57.5%52.94%-
HSV(B)58.26º67.65%80%-
XYZ46.5454.5413.23-
YUV185.9260.33140.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 200 (78.52% from 255) = 42.55%
BLUE value IS 66 (26.17% from 255) = 14.04%
R=43.40%
G=42.55%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042006600.020.680.258.2657.552.94
HexCCC8420244143a3a35
Octal3143101020210424727265
Binary11001100110010001000010010100010010100111010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC842; }

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

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

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

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

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

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

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

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