Html Css Color HEX #C08C49 Tussock

📋 copy color: '#C08C49'

red 192 ◦ green 140 ◦ blue 73

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

Shades of Tussock #C08C49

Tints of Tussock #C08C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.57%

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

R = 47.41%
G = 34.57%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C08C49 (or 0xC08C49) is known color: Tussock. HEX triplet: C0, 8C and 49. RGB value is (192,140,73). Sum of RGB (Red+Green+Blue) = 192+140+73=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C49 is #3F73B6. Grayscale: #949494. Windows color (decimal): -4158391 or 4820160. OLE color: 4820160.

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

Color convert

RGB 192 140 73 -
CMYK 0 0.27 0.62 0.25
HSL 33.78º 0.49% 0.52% -
HSV(B) 33.78º 0.62% 0.75% -
XYZ 32.32 30.44 10.48 -
YUV 147.91 85.73 159.45 -
System Red Green Blue C M Y K H S L
Decimal 192 140 73 0 0.27 0.62 0.25 33.78 0.49 0.52
Hex C0 8C 49 0 1B 3E 19 22 31 34
Octal 300 214 111 0 33 76 31 42 61 64
Binary 11000000 10001100 1001001 0 11011 111110 11001 100010 110001 110100

Color Harmonies of #C08C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C49

Black with #C08C49

Text Example


Text Example

White with #C08C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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