#CFC446

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

Shades of Wattle #CFC446

Tints of Wattle #CFC446

Color information

#CFC446 (or 0xCFC446) is unknown color: approx Wattle. HEX triplet: CF, C4 and 46. RGB value is (207,196,70). Sum of RGB (Red+Green+Blue) = 207+196+70=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC446 is #303BB9. Grayscale: #B9B9B9. Windows color (decimal): -3161018 or 4637903. OLE color: 4637903.

HSL color Cylindrical-coordinate representation of color #CFC446: hue angle of 55.18º 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 #CFC446 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20719670-
CMYK00.050.660.19
HSL55.18º58.8%54.31%-
HSV(B)55.18º66.18%81.18%-
XYZ46.5853.1913.61-
YUV184.9263.14143.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.76%
GREEN value IS 196 (76.95% from 255) = 41.44%
BLUE value IS 70 (27.73% from 255) = 14.80%
R=43.76%
G=41.44%
B=14.80%

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
Decimal2071967000.050.660.1955.1858.854.31
HexCFC446054213373b36
Octal3173041060510223677366
Binary110011111100010010001100101100001010011110111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC446; }

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

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

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

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

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

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

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

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