#CCC748

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

Shades of Wattle #CCC748

Tints of Wattle #CCC748

Color information

#CCC748 (or 0xCCC748) is unknown color: approx Wattle. HEX triplet: CC, C7 and 48. RGB value is (204,199,72). Sum of RGB (Red+Green+Blue) = 204+199+72=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC748 is #3338B7. Grayscale: #BABABA. Windows color (decimal): -3356856 or 4769740. OLE color: 4769740.

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

Color convert

RGB20419972-
CMYK00.020.650.2
HSL57.73º56.41%54.12%-
HSV(B)57.73º64.71%80%-
XYZ46.4954.1514.13-
YUV186.0263.66140.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 199 (78.12% from 255) = 41.89%
BLUE value IS 72 (28.52% from 255) = 15.16%
R=42.95%
G=41.89%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041997200.020.650.257.7356.4154.12
HexCCC7480241143a3836
Octal3143071100210124727066
Binary11001100110001111001000010100000110100111010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC748; }

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

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

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

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

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

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

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

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