#C8C348

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

Shades of Wattle #C8C348

Tints of Wattle #C8C348

Color information

#C8C348 (or 0xC8C348) is unknown color: approx Wattle. HEX triplet: C8, C3 and 48. RGB value is (200,195,72). Sum of RGB (Red+Green+Blue) = 200+195+72=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C348 is #373CB7. Grayscale: #B6B6B6. Windows color (decimal): -3620024 or 4768712. OLE color: 4768712.

HSL color Cylindrical-coordinate representation of color #C8C348: hue angle of 57.66º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8C348 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB20019572-
CMYK00.020.640.22
HSL57.66º53.78%53.33%-
HSV(B)57.66º64%78.43%-
XYZ44.551.7813.78-
YUV182.4765.66140.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 195 (76.56% from 255) = 41.76%
BLUE value IS 72 (28.52% from 255) = 15.42%
R=42.83%
G=41.76%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001957200.020.640.2257.6653.7853.33
HexC8C3480240163a3635
Octal3103031100210026726665
Binary11001000110000111001000010100000010110111010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C348; }

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

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

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

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

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

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

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

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