Html Css Color HEX #C6C446 Wattle

📋 copy color: '#C6C446'

red 198 ◦ green 196 ◦ blue 70

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

Shades of Wattle #C6C446

Tints of Wattle #C6C446

RGB

 RED value IS 198 (77.73% from 255) = 42.67%

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

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

R = 42.67%
G = 42.24%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C6C446 (or 0xC6C446) is known color: Wattle. HEX triplet: C6, C4 and 46. RGB value is (198,196,70). Sum of RGB (Red+Green+Blue) = 198+196+70=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C446 is #393BB9. Grayscale: #B6B6B6. Windows color (decimal): -3750842 or 4637894. OLE color: 4637894.

HSL color Cylindrical-coordinate representation of color #C6C446: hue angle of 59.06º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6C446 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 196 70 -
CMYK 0 0.01 0.65 0.22
HSL 59.06º 0.53% 0.53% -
HSV(B) 59.06º 0.65% 0.78% -
XYZ 44.13 51.93 13.49 -
YUV 182.23 64.66 139.25 -
System Red Green Blue C M Y K H S L
Decimal 198 196 70 0 0.01 0.65 0.22 59.06 0.53 0.53
Hex C6 C4 46 0 1 41 16 3B 35 35
Octal 306 304 106 0 1 101 26 73 65 65
Binary 11000110 11000100 1000110 0 1 1000001 10110 111011 110101 110101

Color Harmonies of #C6C446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C446

Black with #C6C446

Text Example


Text Example

White with #C6C446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C446; }

 p { color: rgb(198,196,70); }

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

background-color css

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

 a { background-color: rgb(198,196,70); }

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

border-color css

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

 span { border-color: rgb(198,196,70); }

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