#CCC243

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

Shades of Wattle #CCC243

Tints of Wattle #CCC243

Color information

#CCC243 (or 0xCCC243) is unknown color: approx Wattle. HEX triplet: CC, C2 and 43. RGB value is (204,194,67). Sum of RGB (Red+Green+Blue) = 204+194+67=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC243 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC243 is #333DBC. Grayscale: #B7B7B7. Windows color (decimal): -3358141 or 4440780. OLE color: 4440780.

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

Color convert

RGB20419467-
CMYK00.050.670.2
HSL55.62º57.32%53.14%-
HSV(B)55.62º67.16%80%-
XYZ45.2151.8312.93-
YUV182.5162.81143.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 194 (76.17% from 255) = 41.72%
BLUE value IS 67 (26.56% from 255) = 14.41%
R=43.87%
G=41.72%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041946700.050.670.255.6257.3253.14
HexCCC243054314383935
Octal3143021030510324707165
Binary110011001100001010000110101100001110100111000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC243; }

 p { color: rgb(204,194,67); }

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

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

 a { background-color: rgb(204,194,67); }

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

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

 span { border-color: rgb(204,194,67); }

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