#CFC248

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

Shades of Wattle #CFC248

Tints of Wattle #CFC248

Color information

#CFC248 (or 0xCFC248) is unknown color: approx Wattle. HEX triplet: CF, C2 and 48. RGB value is (207,194,72). Sum of RGB (Red+Green+Blue) = 207+194+72=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC248 is #303DB7. Grayscale: #B8B8B8. Windows color (decimal): -3161528 or 4768463. OLE color: 4768463.

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

Color convert

RGB20719472-
CMYK00.060.650.19
HSL54.22º58.44%54.71%-
HSV(B)54.22º65.22%81.18%-
XYZ46.1952.3213.79-
YUV183.9864.81144.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.76%
GREEN value IS 194 (76.17% from 255) = 41.01%
BLUE value IS 72 (28.52% from 255) = 15.22%
R=43.76%
G=41.01%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071947200.060.650.1954.2258.4454.71
HexCFC248064113363a37
Octal3173021100610123667267
Binary110011111100001010010000110100000110011110110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC248; }

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

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

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

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

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

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

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

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