Html Css Color HEX #C09149 Tussock

📋 copy color: '#C09149'

red 192 ◦ green 145 ◦ blue 73

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

Shades of Tussock #C09149

Tints of Tussock #C09149

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.37%

 BLUE value IS 73 (28.91% from 255) = 17.8%

R = 46.83%
G = 35.37%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C09149 (or 0xC09149) is known color: Tussock. HEX triplet: C0, 91 and 49. RGB value is (192,145,73). Sum of RGB (Red+Green+Blue) = 192+145+73=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C09149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09149 is #3F6EB6. Grayscale: #979797. Windows color (decimal): -4157111 or 4821440. OLE color: 4821440.

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

Color convert

RGB 192 145 73 -
CMYK 0 0.24 0.62 0.25
HSL 36.3º 0.49% 0.52% -
HSV(B) 36.3º 0.62% 0.75% -
XYZ 33.07 31.94 10.73 -
YUV 150.85 84.07 157.35 -
System Red Green Blue C M Y K H S L
Decimal 192 145 73 0 0.24 0.62 0.25 36.3 0.49 0.52
Hex C0 91 49 0 18 3E 19 24 31 34
Octal 300 221 111 0 30 76 31 44 61 64
Binary 11000000 10010001 1001001 0 11000 111110 11001 100100 110001 110100

Color Harmonies of #C09149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09149

Black with #C09149

Text Example


Text Example

White with #C09149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09149; }

 p { color: rgb(192,145,73); }

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

background-color css

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

 a { background-color: rgb(192,145,73); }

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

border-color css

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

 span { border-color: rgb(192,145,73); }

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