Html Css Color HEX #C09346 Tussock

📋 copy color: '#C09346'

red 192 ◦ green 147 ◦ blue 70

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

Shades of Tussock #C09346

Tints of Tussock #C09346

RGB

 RED value IS 192 (75.39% from 255) = 46.94%

 GREEN value IS 147 (57.81% from 255) = 35.94%

 BLUE value IS 70 (27.73% from 255) = 17.11%

R = 46.94%
G = 35.94%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C09346 (or 0xC09346) is known color: Tussock. HEX triplet: C0, 93 and 46. RGB value is (192,147,70). Sum of RGB (Red+Green+Blue) = 192+147+70=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C09346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09346 is #3F6CB9. Grayscale: #989898. Windows color (decimal): -4156602 or 4625344. OLE color: 4625344.

HSL color Cylindrical-coordinate representation of color #C09346: hue angle of 37.87º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C09346 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 147 70 -
CMYK 0 0.23 0.64 0.25
HSL 37.87º 0.49% 0.51% -
HSV(B) 37.87º 0.64% 0.75% -
XYZ 33.28 32.52 10.32 -
YUV 151.68 81.91 156.76 -
System Red Green Blue C M Y K H S L
Decimal 192 147 70 0 0.23 0.64 0.25 37.87 0.49 0.51
Hex C0 93 46 0 17 40 19 26 31 33
Octal 300 223 106 0 27 100 31 46 61 63
Binary 11000000 10010011 1000110 0 10111 1000000 11001 100110 110001 110011

Color Harmonies of #C09346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09346

Black with #C09346

Text Example


Text Example

White with #C09346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09346; }

 p { color: rgb(192,147,70); }

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

background-color css

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

 a { background-color: rgb(192,147,70); }

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

border-color css

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

 span { border-color: rgb(192,147,70); }

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