#CFC546

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

Shades of Wattle #CFC546

Tints of Wattle #CFC546

Color information

#CFC546 (or 0xCFC546) is unknown color: approx Wattle. HEX triplet: CF, C5 and 46. RGB value is (207,197,70). Sum of RGB (Red+Green+Blue) = 207+197+70=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC546 is #303AB9. Grayscale: #BABABA. Windows color (decimal): -3160762 or 4638159. OLE color: 4638159.

HSL color Cylindrical-coordinate representation of color #CFC546: hue angle of 55.62º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFC546 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20719770-
CMYK00.050.660.19
HSL55.62º58.8%54.31%-
HSV(B)55.62º66.18%81.18%-
XYZ46.853.6413.68-
YUV185.5162.81143.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.67%
GREEN value IS 197 (77.34% from 255) = 41.56%
BLUE value IS 70 (27.73% from 255) = 14.77%
R=43.67%
G=41.56%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071977000.050.660.1955.6258.854.31
HexCFC546054213383b36
Octal3173051060510223707366
Binary110011111100010110001100101100001010011111000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC546; }

 p { color: rgb(207,197,70); }

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

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

 a { background-color: rgb(207,197,70); }

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

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

 span { border-color: rgb(207,197,70); }

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