Html Css Color HEX #C08A4D Tussock

📋 copy color: '#C08A4D'

red 192 ◦ green 138 ◦ blue 77

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

Shades of Tussock #C08A4D

Tints of Tussock #C08A4D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.91%

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

R = 47.17%
G = 33.91%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C08A4D (or 0xC08A4D) is known color: Tussock. HEX triplet: C0, 8A and 4D. RGB value is (192,138,77). Sum of RGB (Red+Green+Blue) = 192+138+77=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A4D is #3F75B2. Grayscale: #939393. Windows color (decimal): -4158899 or 5081792. OLE color: 5081792.

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

Color convert

RGB 192 138 77 -
CMYK 0 0.28 0.60 0.25
HSL 31.83º 0.48% 0.53% -
HSV(B) 31.83º 0.6% 0.75% -
XYZ 32.17 29.92 11.1 -
YUV 147.19 88.39 159.96 -
System Red Green Blue C M Y K H S L
Decimal 192 138 77 0 0.28 0.60 0.25 31.83 0.48 0.53
Hex C0 8A 4D 0 1C 3C 19 20 30 35
Octal 300 212 115 0 34 74 31 40 60 65
Binary 11000000 10001010 1001101 0 11100 111100 11001 100000 110000 110101

Color Harmonies of #C08A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A4D

Black with #C08A4D

Text Example


Text Example

White with #C08A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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