Html Css Color HEX #C0884D Tussock

📋 copy color: '#C0884D'

red 192 ◦ green 136 ◦ blue 77

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

Shades of Tussock #C0884D

Tints of Tussock #C0884D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

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

R = 47.41%
G = 33.58%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0884D (or 0xC0884D) is known color: Tussock. HEX triplet: C0, 88 and 4D. RGB value is (192,136,77). Sum of RGB (Red+Green+Blue) = 192+136+77=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0884D is #3F77B2. Grayscale: #929292. Windows color (decimal): -4159411 or 5081280. OLE color: 5081280.

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

Color convert

RGB 192 136 77 -
CMYK 0 0.29 0.60 0.25
HSL 30.78º 0.48% 0.53% -
HSV(B) 30.78º 0.6% 0.75% -
XYZ 31.88 29.35 11.01 -
YUV 146.02 89.05 160.8 -
System Red Green Blue C M Y K H S L
Decimal 192 136 77 0 0.29 0.60 0.25 30.78 0.48 0.53
Hex C0 88 4D 0 1D 3C 19 1F 30 35
Octal 300 210 115 0 35 74 31 37 60 65
Binary 11000000 10001000 1001101 0 11101 111100 11001 11111 110000 110101

Color Harmonies of #C0884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0884D

Black with #C0884D

Text Example


Text Example

White with #C0884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0884D; }

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

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

background-color css

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

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

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

border-color css

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

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

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