#CFC648

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

Shades of Wattle #CFC648

Tints of Wattle #CFC648

Color information

#CFC648 (or 0xCFC648) is unknown color: approx Wattle. HEX triplet: CF, C6 and 48. RGB value is (207,198,72). Sum of RGB (Red+Green+Blue) = 207+198+72=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC648 is #3039B7. Grayscale: #BABABA. Windows color (decimal): -3160504 or 4769487. OLE color: 4769487.

HSL color Cylindrical-coordinate representation of color #CFC648: hue angle of 56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFC648 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB20719872-
CMYK00.040.650.19
HSL56º58.44%54.71%-
HSV(B)56º65.22%81.18%-
XYZ47.154.1214.1-
YUV186.3363.48142.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.40%
GREEN value IS 198 (77.73% from 255) = 41.51%
BLUE value IS 72 (28.52% from 255) = 15.09%
R=43.40%
G=41.51%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071987200.040.650.195658.4454.71
HexCFC648044113383a37
Octal3173061100410123707267
Binary110011111100011010010000100100000110011111000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC648; }

 p { color: rgb(207,198,72); }

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

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

 a { background-color: rgb(207,198,72); }

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

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

 span { border-color: rgb(207,198,72); }

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