Html Css Color HEX #C0964D Tussock

📋 copy color: '#C0964D'

red 192 ◦ green 150 ◦ blue 77

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

Shades of Tussock #C0964D

Tints of Tussock #C0964D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.8%

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

R = 45.82%
G = 35.8%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0964D (or 0xC0964D) is known color: Tussock. HEX triplet: C0, 96 and 4D. RGB value is (192,150,77). Sum of RGB (Red+Green+Blue) = 192+150+77=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0964D is #3F69B2. Grayscale: #9A9A9A. Windows color (decimal): -4155827 or 5084864. OLE color: 5084864.

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

Color convert

RGB 192 150 77 -
CMYK 0 0.22 0.60 0.25
HSL 38.09º 0.48% 0.53% -
HSV(B) 38.09º 0.6% 0.75% -
XYZ 33.98 33.55 11.71 -
YUV 154.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 192 150 77 0 0.22 0.60 0.25 38.09 0.48 0.53
Hex C0 96 4D 0 16 3C 19 26 30 35
Octal 300 226 115 0 26 74 31 46 60 65
Binary 11000000 10010110 1001101 0 10110 111100 11001 100110 110000 110101

Color Harmonies of #C0964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0964D

Black with #C0964D

Text Example


Text Example

White with #C0964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0964D; }

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

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

background-color css

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

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

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

border-color css

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

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

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