Html Css Color HEX #C6C53F Wattle

📋 copy color: '#C6C53F'

red 198 ◦ green 197 ◦ blue 63

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

Shades of Wattle #C6C53F

Tints of Wattle #C6C53F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.01%

 BLUE value IS 63 (25% from 255) = 13.76%

R = 43.23%
G = 43.01%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6C53F (or 0xC6C53F) is known color: Wattle. HEX triplet: C6, C5 and 3F. RGB value is (198,197,63). Sum of RGB (Red+Green+Blue) = 198+197+63=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 63 (25% from 255 or 13.76% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C53F is #393AC0. Grayscale: #B6B6B6. Windows color (decimal): -3750593 or 4179398. OLE color: 4179398.

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

Color convert

RGB 198 197 63 -
CMYK 0 0.01 0.68 0.22
HSL 59.56º 0.54% 0.51% -
HSV(B) 59.56º 0.68% 0.78% -
XYZ 44.15 52.3 12.47 -
YUV 182.02 60.83 139.4 -
System Red Green Blue C M Y K H S L
Decimal 198 197 63 0 0.01 0.68 0.22 59.56 0.54 0.51
Hex C6 C5 3F 0 1 44 16 3C 36 33
Octal 306 305 77 0 1 104 26 74 66 63
Binary 11000110 11000101 111111 0 1 1000100 10110 111100 110110 110011

Color Harmonies of #C6C53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C53F

Black with #C6C53F

Text Example


Text Example

White with #C6C53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C53F; }

 p { color: rgb(198,197,63); }

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

background-color css

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

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

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

border-color css

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

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

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