Html Css Color HEX #C9CA45 Wattle

📋 copy color: '#C9CA45'

red 201 ◦ green 202 ◦ blue 69

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

Shades of Wattle #C9CA45

Tints of Wattle #C9CA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.62%

R = 42.58%
G = 42.8%
B = 14.62%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C9CA45 (or 0xC9CA45) is known color: Wattle. HEX triplet: C9, CA and 45. RGB value is (201,202,69). Sum of RGB (Red+Green+Blue) = 201+202+69=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CA45 is #3635BA. Grayscale: #BBBBBB. Windows color (decimal): -3552699 or 4573897. OLE color: 4573897.

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

Color convert

RGB 201 202 69 -
CMYK 0.00 0 0.66 0.21
HSL 60.45º 0.56% 0.53% -
HSV(B) 60.45º 0.66% 0.79% -
XYZ 46.28 55.09 13.82 -
YUV 186.54 61.67 138.31 -
System Red Green Blue C M Y K H S L
Decimal 201 202 69 0.00 0 0.66 0.21 60.45 0.56 0.53
Hex C9 CA 45 0 0 42 15 3C 38 35
Octal 311 312 105 0 0 102 25 74 70 65
Binary 11001001 11001010 1000101 0 0 1000010 10101 111100 111000 110101

Color Harmonies of #C9CA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CA45

Black with #C9CA45

Text Example


Text Example

White with #C9CA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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