Html Css Color HEX #C0884C Tussock

📋 copy color: '#C0884C'

red 192 ◦ green 136 ◦ blue 76

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

Shades of Tussock #C0884C

Tints of Tussock #C0884C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.81%

R = 47.52%
G = 33.66%
B = 18.81%

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

#C0884C (or 0xC0884C) is known color: Tussock. HEX triplet: C0, 88 and 4C. RGB value is (192,136,76). Sum of RGB (Red+Green+Blue) = 192+136+76=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0884C is #3F77B3. Grayscale: #929292. Windows color (decimal): -4159412 or 5015744. OLE color: 5015744.

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

Color convert

RGB 192 136 76 -
CMYK 0 0.29 0.60 0.25
HSL 31.03º 0.48% 0.53% -
HSV(B) 31.03º 0.6% 0.75% -
XYZ 31.85 29.34 10.82 -
YUV 145.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 192 136 76 0 0.29 0.60 0.25 31.03 0.48 0.53
Hex C0 88 4C 0 1D 3C 19 1F 30 35
Octal 300 210 114 0 35 74 31 37 60 65
Binary 11000000 10001000 1001100 0 11101 111100 11001 11111 110000 110101

Color Harmonies of #C0884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0884C

Black with #C0884C

Text Example


Text Example

White with #C0884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0884C; }

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

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

background-color css

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

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

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

border-color css

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

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

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