Html Css Color HEX #C08E49 Tussock

📋 copy color: '#C08E49'

red 192 ◦ green 142 ◦ blue 73

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

Shades of Tussock #C08E49

Tints of Tussock #C08E49

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.89%

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

R = 47.17%
G = 34.89%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C08E49 (or 0xC08E49) is known color: Tussock. HEX triplet: C0, 8E and 49. RGB value is (192,142,73). Sum of RGB (Red+Green+Blue) = 192+142+73=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E49 is #3F71B6. Grayscale: #959595. Windows color (decimal): -4157879 or 4820672. OLE color: 4820672.

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

Color convert

RGB 192 142 73 -
CMYK 0 0.26 0.62 0.25
HSL 34.79º 0.49% 0.52% -
HSV(B) 34.79º 0.62% 0.75% -
XYZ 32.61 31.03 10.57 -
YUV 149.08 85.07 158.61 -
System Red Green Blue C M Y K H S L
Decimal 192 142 73 0 0.26 0.62 0.25 34.79 0.49 0.52
Hex C0 8E 49 0 1A 3E 19 23 31 34
Octal 300 216 111 0 32 76 31 43 61 64
Binary 11000000 10001110 1001001 0 11010 111110 11001 100011 110001 110100

Color Harmonies of #C08E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08E49

Black with #C08E49

Text Example


Text Example

White with #C08E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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