#CCC348

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

Shades of Wattle #CCC348

Tints of Wattle #CCC348

Color information

#CCC348 (or 0xCCC348) is unknown color: approx Wattle. HEX triplet: CC, C3 and 48. RGB value is (204,195,72). Sum of RGB (Red+Green+Blue) = 204+195+72=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC348 is #333CB7. Grayscale: #B8B8B8. Windows color (decimal): -3357880 or 4768716. OLE color: 4768716.

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

Color convert

RGB20419572-
CMYK00.040.650.2
HSL55.91º56.41%54.12%-
HSV(B)55.91º64.71%80%-
XYZ45.5952.3413.83-
YUV183.6764.98142.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 195 (76.56% from 255) = 41.40%
BLUE value IS 72 (28.52% from 255) = 15.29%
R=43.31%
G=41.40%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041957200.040.650.255.9156.4154.12
HexCCC348044114383836
Octal3143031100410124707066
Binary110011001100001110010000100100000110100111000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC348; }

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

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

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

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

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

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

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

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