Html Css Color HEX #C09446 Tussock

📋 copy color: '#C09446'

red 192 ◦ green 148 ◦ blue 70

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

Shades of Tussock #C09446

Tints of Tussock #C09446

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.1%

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

R = 46.83%
G = 36.1%
B = 17.07%

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

#C09446 (or 0xC09446) is known color: Tussock. HEX triplet: C0, 94 and 46. RGB value is (192,148,70). Sum of RGB (Red+Green+Blue) = 192+148+70=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C09446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09446 is #3F6BB9. Grayscale: #989898. Windows color (decimal): -4156346 or 4625600. OLE color: 4625600.

HSL color Cylindrical-coordinate representation of color #C09446: hue angle of 38.36º 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 #C09446 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 148 70 -
CMYK 0 0.23 0.64 0.25
HSL 38.36º 0.49% 0.51% -
HSV(B) 38.36º 0.64% 0.75% -
XYZ 33.43 32.83 10.37 -
YUV 152.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 192 148 70 0 0.23 0.64 0.25 38.36 0.49 0.51
Hex C0 94 46 0 17 40 19 26 31 33
Octal 300 224 106 0 27 100 31 46 61 63
Binary 11000000 10010100 1000110 0 10111 1000000 11001 100110 110001 110011

Color Harmonies of #C09446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09446

Black with #C09446

Text Example


Text Example

White with #C09446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09446; }

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

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

background-color css

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

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

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

border-color css

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

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

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