Html Css Color HEX #C9CA47 Wattle

📋 copy color: '#C9CA47'

red 201 ◦ green 202 ◦ blue 71

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

Shades of Wattle #C9CA47

Tints of Wattle #C9CA47

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.62%

 BLUE value IS 71 (28.13% from 255) = 14.98%

R = 42.41%
G = 42.62%
B = 14.98%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C9CA47 (or 0xC9CA47) is known color: Wattle. HEX triplet: C9, CA and 47. RGB value is (201,202,71). Sum of RGB (Red+Green+Blue) = 201+202+71=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CA47 is #3635B8. Grayscale: #BBBBBB. Windows color (decimal): -3552697 or 4704969. OLE color: 4704969.

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

Color convert

RGB 201 202 71 -
CMYK 0.00 0 0.65 0.21
HSL 60.46º 0.55% 0.54% -
HSV(B) 60.46º 0.65% 0.79% -
XYZ 46.35 55.11 14.16 -
YUV 186.77 62.67 138.15 -
System Red Green Blue C M Y K H S L
Decimal 201 202 71 0.00 0 0.65 0.21 60.46 0.55 0.54
Hex C9 CA 47 0 0 41 15 3C 37 36
Octal 311 312 107 0 0 101 25 74 67 66
Binary 11001001 11001010 1000111 0 0 1000001 10101 111100 110111 110110

Color Harmonies of #C9CA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CA47

Black with #C9CA47

Text Example


Text Example

White with #C9CA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CA47; }

 p { color: rgb(201,202,71); }

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

background-color css

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

 a { background-color: rgb(201,202,71); }

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

border-color css

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

 span { border-color: rgb(201,202,71); }

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