Html Css Color HEX #C9C440 Wattle

📋 copy color: '#C9C440'

red 201 ◦ green 196 ◦ blue 64

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

Shades of Wattle #C9C440

Tints of Wattle #C9C440

RGB

 RED value IS 201 (78.91% from 255) = 43.6%

 GREEN value IS 196 (76.95% from 255) = 42.52%

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

R = 43.6%
G = 42.52%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C9C440 (or 0xC9C440) is known color: Wattle. HEX triplet: C9, C4 and 40. RGB value is (201,196,64). Sum of RGB (Red+Green+Blue) = 201+196+64=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C440 is #363BBF. Grayscale: #B6B6B6. Windows color (decimal): -3554240 or 4244681. OLE color: 4244681.

HSL color Cylindrical-coordinate representation of color #C9C440: hue angle of 57.81º 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 #C9C440 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 196 64 -
CMYK 0 0.02 0.68 0.21
HSL 57.81º 0.56% 0.52% -
HSV(B) 57.81º 0.68% 0.79% -
XYZ 44.75 52.27 12.58 -
YUV 182.45 61.16 141.23 -
System Red Green Blue C M Y K H S L
Decimal 201 196 64 0 0.02 0.68 0.21 57.81 0.56 0.52
Hex C9 C4 40 0 2 44 15 3A 38 34
Octal 311 304 100 0 2 104 25 72 70 64
Binary 11001001 11000100 1000000 0 10 1000100 10101 111010 111000 110100

Color Harmonies of #C9C440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C440

Black with #C9C440

Text Example


Text Example

White with #C9C440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C440; }

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

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

background-color css

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

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

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

border-color css

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

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

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