Html Css Color HEX #C09351 Tussock

📋 copy color: '#C09351'

red 192 ◦ green 147 ◦ blue 81

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

Shades of Tussock #C09351

Tints of Tussock #C09351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.29%

R = 45.71%
G = 35%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C09351 (or 0xC09351) is known color: Tussock. HEX triplet: C0, 93 and 51. RGB value is (192,147,81). Sum of RGB (Red+Green+Blue) = 192+147+81=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C09351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09351 is #3F6CAE. Grayscale: #999999. Windows color (decimal): -4156591 or 5346240. OLE color: 5346240.

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

Color convert

RGB 192 147 81 -
CMYK 0 0.23 0.58 0.25
HSL 35.68º 0.47% 0.54% -
HSV(B) 35.68º 0.58% 0.75% -
XYZ 33.66 32.67 12.32 -
YUV 152.93 87.41 155.87 -
System Red Green Blue C M Y K H S L
Decimal 192 147 81 0 0.23 0.58 0.25 35.68 0.47 0.54
Hex C0 93 51 0 17 3A 19 24 2F 36
Octal 300 223 121 0 27 72 31 44 57 66
Binary 11000000 10010011 1010001 0 10111 111010 11001 100100 101111 110110

Color Harmonies of #C09351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09351

Black with #C09351

Text Example


Text Example

White with #C09351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09351; }

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

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

background-color css

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

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

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

border-color css

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

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

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