Html Css Color HEX #C08D4D Tussock

📋 copy color: '#C08D4D'

red 192 ◦ green 141 ◦ blue 77

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

Shades of Tussock #C08D4D

Tints of Tussock #C08D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.78%

R = 46.83%
G = 34.39%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C08D4D (or 0xC08D4D) is known color: Tussock. HEX triplet: C0, 8D and 4D. RGB value is (192,141,77). Sum of RGB (Red+Green+Blue) = 192+141+77=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D4D is #3F72B2. Grayscale: #959595. Windows color (decimal): -4158131 or 5082560. OLE color: 5082560.

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

Color convert

RGB 192 141 77 -
CMYK 0 0.27 0.60 0.25
HSL 33.39º 0.48% 0.53% -
HSV(B) 33.39º 0.6% 0.75% -
XYZ 32.6 30.79 11.25 -
YUV 148.95 87.4 158.7 -
System Red Green Blue C M Y K H S L
Decimal 192 141 77 0 0.27 0.60 0.25 33.39 0.48 0.53
Hex C0 8D 4D 0 1B 3C 19 21 30 35
Octal 300 215 115 0 33 74 31 41 60 65
Binary 11000000 10001101 1001101 0 11011 111100 11001 100001 110000 110101

Color Harmonies of #C08D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08D4D

Black with #C08D4D

Text Example


Text Example

White with #C08D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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