Html Css Color HEX #C6C647 Wattle

📋 copy color: '#C6C647'

red 198 ◦ green 198 ◦ blue 71

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

Shades of Wattle #C6C647

Tints of Wattle #C6C647

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.4%

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

R = 42.4%
G = 42.4%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C6C647 (or 0xC6C647) is known color: Wattle. HEX triplet: C6, C6 and 47. RGB value is (198,198,71). Sum of RGB (Red+Green+Blue) = 198+198+71=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 198 - color contains mainly: red, green. Hex color #C6C647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C647 is #3939B8. Grayscale: #B8B8B8. Windows color (decimal): -3750329 or 4703942. OLE color: 4703942.

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

Color convert

RGB 198 198 71 -
CMYK 0 0 0.64 0.22
HSL 60º 0.53% 0.53% -
HSV(B) 60º 0.64% 0.78% -
XYZ 44.62 52.85 13.81 -
YUV 183.52 64.5 138.33 -
System Red Green Blue C M Y K H S L
Decimal 198 198 71 0 0 0.64 0.22 60 0.53 0.53
Hex C6 C6 47 0 0 40 16 3C 35 35
Octal 306 306 107 0 0 100 26 74 65 65
Binary 11000110 11000110 1000111 0 0 1000000 10110 111100 110101 110101

Color Harmonies of #C6C647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C647

Black with #C6C647

Text Example


Text Example

White with #C6C647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C647; }

 p { color: rgb(198,198,71); }

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

background-color css

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

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

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

border-color css

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

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

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