#CCCF48

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

Shades of Wattle #CCCF48

Tints of Wattle #CCCF48

Color information

#CCCF48 (or 0xCCCF48) is unknown color: approx Wattle. HEX triplet: CC, CF and 48. RGB value is (204,207,72). Sum of RGB (Red+Green+Blue) = 204+207+72=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF48 is #3330B7. Grayscale: #BFBFBF. Windows color (decimal): -3354808 or 4771788. OLE color: 4771788.

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

Color convert

RGB20420772-
CMYK0.0100.650.19
HSL61.33º58.44%54.71%-
HSV(B)61.33º65.22%81.18%-
XYZ48.3857.9314.76-
YUV190.7161.01137.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 207 (81.25% from 255) = 42.86%
BLUE value IS 72 (28.52% from 255) = 14.91%
R=42.24%
G=42.86%
B=14.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204207720.0100.650.1961.3358.4454.71
HexCCCF481041133d3a37
Octal3143171101010123757267
Binary1100110011001111100100010100000110011111101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCF48; }

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

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

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

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

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

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

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

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