Html Css Color HEX #C08D4E Tussock

📋 copy color: '#C08D4E'

red 192 ◦ green 141 ◦ blue 78

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

Shades of Tussock #C08D4E

Tints of Tussock #C08D4E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.31%

 BLUE value IS 78 (30.86% from 255) = 18.98%

R = 46.72%
G = 34.31%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C08D4E (or 0xC08D4E) is known color: Tussock. HEX triplet: C0, 8D and 4E. RGB value is (192,141,78). Sum of RGB (Red+Green+Blue) = 192+141+78=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D4E is #3F72B1. Grayscale: #959595. Windows color (decimal): -4158130 or 5148096. OLE color: 5148096.

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

Color convert

RGB 192 141 78 -
CMYK 0 0.27 0.59 0.25
HSL 33.16º 0.48% 0.53% -
HSV(B) 33.16º 0.59% 0.75% -
XYZ 32.64 30.81 11.43 -
YUV 149.07 87.9 158.62 -
System Red Green Blue C M Y K H S L
Decimal 192 141 78 0 0.27 0.59 0.25 33.16 0.48 0.53
Hex C0 8D 4E 0 1B 3B 19 21 30 35
Octal 300 215 116 0 33 73 31 41 60 65
Binary 11000000 10001101 1001110 0 11011 111011 11001 100001 110000 110101

Color Harmonies of #C08D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08D4E

Black with #C08D4E

Text Example


Text Example

White with #C08D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08D4E; }

 p { color: rgb(192,141,78); }

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

background-color css

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

 a { background-color: rgb(192,141,78); }

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

border-color css

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

 span { border-color: rgb(192,141,78); }

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