Html Css Color HEX #C0954C Tussock

📋 copy color: '#C0954C'

red 192 ◦ green 149 ◦ blue 76

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

Shades of Tussock #C0954C

Tints of Tussock #C0954C

RGB

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

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

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

R = 46.04%
G = 35.73%
B = 18.23%

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

#C0954C (or 0xC0954C) is known color: Tussock. HEX triplet: C0, 95 and 4C. RGB value is (192,149,76). Sum of RGB (Red+Green+Blue) = 192+149+76=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0954C is #3F6AB3. Grayscale: #999999. Windows color (decimal): -4156084 or 5019072. OLE color: 5019072.

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

Color convert

RGB 192 149 76 -
CMYK 0 0.22 0.60 0.25
HSL 37.76º 0.48% 0.53% -
HSV(B) 37.76º 0.6% 0.75% -
XYZ 33.79 33.22 11.47 -
YUV 153.54 84.25 155.44 -
System Red Green Blue C M Y K H S L
Decimal 192 149 76 0 0.22 0.60 0.25 37.76 0.48 0.53
Hex C0 95 4C 0 16 3C 19 26 30 35
Octal 300 225 114 0 26 74 31 46 60 65
Binary 11000000 10010101 1001100 0 10110 111100 11001 100110 110000 110101

Color Harmonies of #C0954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0954C

Black with #C0954C

Text Example


Text Example

White with #C0954C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0954C; }

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

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

background-color css

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

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

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

border-color css

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

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

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