Html Css Color HEX #C08849 Tussock

📋 copy color: '#C08849'

red 192 ◦ green 136 ◦ blue 73

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

Shades of Tussock #C08849

Tints of Tussock #C08849

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.92%

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

R = 47.88%
G = 33.92%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C08849 (or 0xC08849) is known color: Tussock. HEX triplet: C0, 88 and 49. RGB value is (192,136,73). Sum of RGB (Red+Green+Blue) = 192+136+73=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C08849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08849 is #3F77B6. Grayscale: #919191. Windows color (decimal): -4159415 or 4819136. OLE color: 4819136.

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

Color convert

RGB 192 136 73 -
CMYK 0 0.29 0.62 0.25
HSL 31.76º 0.49% 0.52% -
HSV(B) 31.76º 0.62% 0.75% -
XYZ 31.74 29.3 10.28 -
YUV 145.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 192 136 73 0 0.29 0.62 0.25 31.76 0.49 0.52
Hex C0 88 49 0 1D 3E 19 20 31 34
Octal 300 210 111 0 35 76 31 40 61 64
Binary 11000000 10001000 1001001 0 11101 111110 11001 100000 110001 110100

Color Harmonies of #C08849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08849

Black with #C08849

Text Example


Text Example

White with #C08849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08849; }

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

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

background-color css

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

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

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

border-color css

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

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

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