#C8C635

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

Shades of Wattle #C8C635

Tints of Wattle #C8C635

Color information

#C8C635 (or 0xC8C635) is unknown color: approx Wattle. HEX triplet: C8, C6 and 35. RGB value is (200,198,53). Sum of RGB (Red+Green+Blue) = 200+198+53=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C635 is #3739CA. Grayscale: #B6B6B6. Windows color (decimal): -3619275 or 3524296. OLE color: 3524296.

HSL color Cylindrical-coordinate representation of color #C8C635: hue angle of 59.18º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8C635 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB20019853-
CMYK00.010.740.22
HSL59.18º58.1%49.61%-
HSV(B)59.18º73.5%78.43%-
XYZ44.6652.9211.23-
YUV182.0755.16140.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 198 (77.73% from 255) = 43.90%
BLUE value IS 53 (21.09% from 255) = 11.75%
R=44.35%
G=43.90%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001985300.010.740.2259.1858.149.61
HexC8C635014A163b3a32
Octal310306650111226737262
Binary110010001100011011010101100101010110111011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C635; }

 p { color: rgb(200,198,53); }

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

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

 a { background-color: rgb(200,198,53); }

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

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

 span { border-color: rgb(200,198,53); }

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