Html Css Color HEX #C0954D Tussock

📋 copy color: '#C0954D'

red 192 ◦ green 149 ◦ blue 77

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

Shades of Tussock #C0954D

Tints of Tussock #C0954D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.65%

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

R = 45.93%
G = 35.65%
B = 18.42%

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

#C0954D (or 0xC0954D) is known color: Tussock. HEX triplet: C0, 95 and 4D. RGB value is (192,149,77). Sum of RGB (Red+Green+Blue) = 192+149+77=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0954D is #3F6AB2. Grayscale: #999999. Windows color (decimal): -4156083 or 5084608. OLE color: 5084608.

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

Color convert

RGB 192 149 77 -
CMYK 0 0.22 0.60 0.25
HSL 37.57º 0.48% 0.53% -
HSV(B) 37.57º 0.6% 0.75% -
XYZ 33.83 33.24 11.65 -
YUV 153.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 192 149 77 0 0.22 0.60 0.25 37.57 0.48 0.53
Hex C0 95 4D 0 16 3C 19 26 30 35
Octal 300 225 115 0 26 74 31 46 60 65
Binary 11000000 10010101 1001101 0 10110 111100 11001 100110 110000 110101

Color Harmonies of #C0954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0954D

Black with #C0954D

Text Example


Text Example

White with #C0954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0954D; }

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

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

background-color css

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

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

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

border-color css

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

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

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