Html Css Color HEX #C6C332 Wattle

📋 copy color: '#C6C332'

red 198 ◦ green 195 ◦ blue 50

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

Shades of Wattle #C6C332

Tints of Wattle #C6C332

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.02%

 BLUE value IS 50 (19.92% from 255) = 11.29%

R = 44.7%
G = 44.02%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C6C332 (or 0xC6C332) is known color: Wattle. HEX triplet: C6, C3 and 32. RGB value is (198,195,50). Sum of RGB (Red+Green+Blue) = 198+195+50=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C332 is #393CCD. Grayscale: #B3B3B3. Windows color (decimal): -3751118 or 3326918. OLE color: 3326918.

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

Color convert

RGB 198 195 50 -
CMYK 0 0.02 0.75 0.22
HSL 58.78º 0.6% 0.49% -
HSV(B) 58.78º 0.75% 0.78% -
XYZ 43.38 51.27 10.63 -
YUV 179.37 54.99 141.29 -
System Red Green Blue C M Y K H S L
Decimal 198 195 50 0 0.02 0.75 0.22 58.78 0.6 0.49
Hex C6 C3 32 0 2 4B 16 3B 3C 31
Octal 306 303 62 0 2 113 26 73 74 61
Binary 11000110 11000011 110010 0 10 1001011 10110 111011 111100 110001

Color Harmonies of #C6C332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C332

Black with #C6C332

Text Example


Text Example

White with #C6C332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C332; }

 p { color: rgb(198,195,50); }

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

background-color css

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

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

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

border-color css

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

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

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