Html Css Color HEX #C9C240 Wattle

📋 copy color: '#C9C240'

red 201 ◦ green 194 ◦ blue 64

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

Shades of Wattle #C9C240

Tints of Wattle #C9C240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.27%

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

R = 43.79%
G = 42.27%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C9C240 (or 0xC9C240) is known color: Wattle. HEX triplet: C9, C2 and 40. RGB value is (201,194,64). Sum of RGB (Red+Green+Blue) = 201+194+64=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C240 is #363DBF. Grayscale: #B5B5B5. Windows color (decimal): -3554752 or 4244169. OLE color: 4244169.

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

Color convert

RGB 201 194 64 -
CMYK 0 0.03 0.68 0.21
HSL 56.93º 0.56% 0.52% -
HSV(B) 56.93º 0.68% 0.79% -
XYZ 44.3 51.37 12.43 -
YUV 181.27 61.82 142.07 -
System Red Green Blue C M Y K H S L
Decimal 201 194 64 0 0.03 0.68 0.21 56.93 0.56 0.52
Hex C9 C2 40 0 3 44 15 39 38 34
Octal 311 302 100 0 3 104 25 71 70 64
Binary 11001001 11000010 1000000 0 11 1000100 10101 111001 111000 110100

Color Harmonies of #C9C240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C240

Black with #C9C240

Text Example


Text Example

White with #C9C240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C240; }

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

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

background-color css

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

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

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

border-color css

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

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

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