#CCC548

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

Shades of Wattle #CCC548

Tints of Wattle #CCC548

Color information

#CCC548 (or 0xCCC548) is unknown color: approx Wattle. HEX triplet: CC, C5 and 48. RGB value is (204,197,72). Sum of RGB (Red+Green+Blue) = 204+197+72=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC548 is #333AB7. Grayscale: #B9B9B9. Windows color (decimal): -3357368 or 4769228. OLE color: 4769228.

HSL color Cylindrical-coordinate representation of color #CCC548: hue angle of 56.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCC548 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB20419772-
CMYK00.030.650.2
HSL56.82º56.41%54.12%-
HSV(B)56.82º64.71%80%-
XYZ46.0453.2413.98-
YUV184.8464.32141.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 197 (77.34% from 255) = 41.65%
BLUE value IS 72 (28.52% from 255) = 15.22%
R=43.13%
G=41.65%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041977200.030.650.256.8256.4154.12
HexCCC548034114393836
Octal3143051100310124717066
Binary11001100110001011001000011100000110100111001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC548; }

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

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

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

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

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

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

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

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