Html Css Color HEX #C6C444 Wattle

📋 copy color: '#C6C444'

red 198 ◦ green 196 ◦ blue 68

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

Shades of Wattle #C6C444

Tints of Wattle #C6C444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.72%

R = 42.86%
G = 42.42%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C6C444 (or 0xC6C444) is known color: Wattle. HEX triplet: C6, C4 and 44. RGB value is (198,196,68). Sum of RGB (Red+Green+Blue) = 198+196+68=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C444 is #393BBB. Grayscale: #B6B6B6. Windows color (decimal): -3750844 or 4506822. OLE color: 4506822.

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

Color convert

RGB 198 196 68 -
CMYK 0 0.01 0.66 0.22
HSL 59.08º 0.53% 0.52% -
HSV(B) 59.08º 0.66% 0.78% -
XYZ 44.07 51.9 13.16 -
YUV 182.01 63.66 139.41 -
System Red Green Blue C M Y K H S L
Decimal 198 196 68 0 0.01 0.66 0.22 59.08 0.53 0.52
Hex C6 C4 44 0 1 42 16 3B 35 34
Octal 306 304 104 0 1 102 26 73 65 64
Binary 11000110 11000100 1000100 0 1 1000010 10110 111011 110101 110100

Color Harmonies of #C6C444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C444

Black with #C6C444

Text Example


Text Example

White with #C6C444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C444; }

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

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

background-color css

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

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

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

border-color css

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

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

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