#CFC832

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

Shades of Wattle #CFC832

Tints of Wattle #CFC832

Color information

#CFC832 (or 0xCFC832) is unknown color: approx Wattle. HEX triplet: CF, C8 and 32. RGB value is (207,200,50). Sum of RGB (Red+Green+Blue) = 207+200+50=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC832 is #3037CD. Grayscale: #B9B9B9. Windows color (decimal): -3160014 or 3328207. OLE color: 3328207.

HSL color Cylindrical-coordinate representation of color #CFC832: hue angle of 57.32º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFC832 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB20720050-
CMYK00.030.760.19
HSL57.32º62.06%50.39%-
HSV(B)57.32º75.85%81.18%-
XYZ46.9654.811.12-
YUV184.9951.82143.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.30%
GREEN value IS 200 (78.52% from 255) = 43.76%
BLUE value IS 50 (19.92% from 255) = 10.94%
R=45.30%
G=43.76%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072005000.030.760.1957.3262.0650.39
HexCFC832034C13393e32
Octal317310620311423717662
Binary1100111111001000110010011100110010011111001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC832; }

 p { color: rgb(207,200,50); }

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

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

 a { background-color: rgb(207,200,50); }

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

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

 span { border-color: rgb(207,200,50); }

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