Html Css Color HEX #C6C338 Wattle

📋 copy color: '#C6C338'

red 198 ◦ green 195 ◦ blue 56

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

Shades of Wattle #C6C338

Tints of Wattle #C6C338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.47%

R = 44.1%
G = 43.43%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C6C338 (or 0xC6C338) is known color: Wattle. HEX triplet: C6, C3 and 38. RGB value is (198,195,56). Sum of RGB (Red+Green+Blue) = 198+195+56=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 56 (22.27% from 255 or 12.47% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C338 is #393CC7. Grayscale: #B4B4B4. Windows color (decimal): -3751112 or 3720134. OLE color: 3720134.

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

Color convert

RGB 198 195 56 -
CMYK 0 0.02 0.72 0.22
HSL 58.73º 0.56% 0.5% -
HSV(B) 58.73º 0.72% 0.78% -
XYZ 43.52 51.32 11.35 -
YUV 180.05 57.99 140.8 -
System Red Green Blue C M Y K H S L
Decimal 198 195 56 0 0.02 0.72 0.22 58.73 0.56 0.5
Hex C6 C3 38 0 2 48 16 3B 38 32
Octal 306 303 70 0 2 110 26 73 70 62
Binary 11000110 11000011 111000 0 10 1001000 10110 111011 111000 110010

Color Harmonies of #C6C338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C338

Black with #C6C338

Text Example


Text Example

White with #C6C338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C338; }

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

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

background-color css

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

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

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

border-color css

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

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

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