Html Css Color HEX #C8C940 Wattle

📋 copy color: '#C8C940'

red 200 ◦ green 201 ◦ blue 64

#C8C940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wattle #C8C940

Tints of Wattle #C8C940

RGB

 RED value IS 200 (78.52% from 255) = 43.01%

 GREEN value IS 201 (78.91% from 255) = 43.23%

 BLUE value IS 64 (25.39% from 255) = 13.76%

R = 43.01%
G = 43.23%
B = 13.76%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C8C940 (or 0xC8C940) is known color: Wattle. HEX triplet: C8, C9 and 40. RGB value is (200,201,64). Sum of RGB (Red+Green+Blue) = 200+201+64=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C940 is #3736BF. Grayscale: #B9B9B9. Windows color (decimal): -3618496 or 4245960. OLE color: 4245960.

HSL color Cylindrical-coordinate representation of color #C8C940: hue angle of 60.44º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8C940 is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 201 64 -
CMYK 0.00 0 0.68 0.21
HSL 60.44º 0.56% 0.52% -
HSV(B) 60.44º 0.68% 0.79% -
XYZ 45.63 54.42 12.95 -
YUV 185.08 59.67 138.64 -
System Red Green Blue C M Y K H S L
Decimal 200 201 64 0.00 0 0.68 0.21 60.44 0.56 0.52
Hex C8 C9 40 0 0 44 15 3C 38 34
Octal 310 311 100 0 0 104 25 74 70 64
Binary 11001000 11001001 1000000 0 0 1000100 10101 111100 111000 110100

Color Harmonies of #C8C940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C940

Black with #C8C940

Text Example


Text Example

White with #C8C940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C940; }

 p { color: rgb(200,201,64); }

 H1.HeaderClassName
 {
   color: #C8C940;
 }
 .AnyTagClassName
 {
   color: #C8C940;
 }
</style>

background-color css

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

 a { background-color: rgb(200,201,64); }

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

border-color css

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

 span { border-color: rgb(200,201,64); }

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