Html Css Color HEX #C08D4A Tussock

📋 copy color: '#C08D4A'

red 192 ◦ green 141 ◦ blue 74

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

Shades of Tussock #C08D4A

Tints of Tussock #C08D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.18%

R = 47.17%
G = 34.64%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C08D4A (or 0xC08D4A) is known color: Tussock. HEX triplet: C0, 8D and 4A. RGB value is (192,141,74). Sum of RGB (Red+Green+Blue) = 192+141+74=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08D4A is #3F72B5. Grayscale: #949494. Windows color (decimal): -4158134 or 4885952. OLE color: 4885952.

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

Color convert

RGB 192 141 74 -
CMYK 0 0.27 0.61 0.25
HSL 34.07º 0.48% 0.52% -
HSV(B) 34.07º 0.61% 0.75% -
XYZ 32.5 30.75 10.7 -
YUV 148.61 85.9 158.95 -
System Red Green Blue C M Y K H S L
Decimal 192 141 74 0 0.27 0.61 0.25 34.07 0.48 0.52
Hex C0 8D 4A 0 1B 3D 19 22 30 34
Octal 300 215 112 0 33 75 31 42 60 64
Binary 11000000 10001101 1001010 0 11011 111101 11001 100010 110000 110100

Color Harmonies of #C08D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08D4A

Black with #C08D4A

Text Example


Text Example

White with #C08D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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