#C8C232

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

Shades of Wattle #C8C232

Tints of Wattle #C8C232

Color information

#C8C232 (or 0xC8C232) is unknown color: approx Wattle. HEX triplet: C8, C2 and 32. RGB value is (200,194,50). Sum of RGB (Red+Green+Blue) = 200+194+50=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C232 is #373DCD. Grayscale: #B3B3B3. Windows color (decimal): -3620302 or 3326664. OLE color: 3326664.

HSL color Cylindrical-coordinate representation of color #C8C232: hue angle of 57.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8C232 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB20019450-
CMYK00.030.750.22
HSL57.6º60%49.02%-
HSV(B)57.6º75%78.43%-
XYZ43.6951.0910.58-
YUV179.3854.99142.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 194 (76.17% from 255) = 43.69%
BLUE value IS 50 (19.92% from 255) = 11.26%
R=45.05%
G=43.69%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001945000.030.750.2257.66049.02
HexC8C232034B163a3c31
Octal310302620311326727461
Binary1100100011000010110010011100101110110111010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C232; }

 p { color: rgb(200,194,50); }

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

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

 a { background-color: rgb(200,194,50); }

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

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

 span { border-color: rgb(200,194,50); }

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