Html Css Color HEX #C9CA46 Wattle

📋 copy color: '#C9CA46'

red 201 ◦ green 202 ◦ blue 70

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

Shades of Wattle #C9CA46

Tints of Wattle #C9CA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.8%

R = 42.49%
G = 42.71%
B = 14.8%

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

#C9CA46 (or 0xC9CA46) is known color: Wattle. HEX triplet: C9, CA and 46. RGB value is (201,202,70). Sum of RGB (Red+Green+Blue) = 201+202+70=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CA46 is #3635B9. Grayscale: #BBBBBB. Windows color (decimal): -3552698 or 4639433. OLE color: 4639433.

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

Color convert

RGB 201 202 70 -
CMYK 0.00 0 0.65 0.21
HSL 60.45º 0.55% 0.53% -
HSV(B) 60.45º 0.65% 0.79% -
XYZ 46.31 55.1 13.99 -
YUV 186.65 62.17 138.23 -
System Red Green Blue C M Y K H S L
Decimal 201 202 70 0.00 0 0.65 0.21 60.45 0.55 0.53
Hex C9 CA 46 0 0 41 15 3C 37 35
Octal 311 312 106 0 0 101 25 74 67 65
Binary 11001001 11001010 1000110 0 0 1000001 10101 111100 110111 110101

Color Harmonies of #C9CA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CA46

Black with #C9CA46

Text Example


Text Example

White with #C9CA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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