Html Css Color HEX #C0954E Tussock

📋 copy color: '#C0954E'

red 192 ◦ green 149 ◦ blue 78

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

Shades of Tussock #C0954E

Tints of Tussock #C0954E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.62%

R = 45.82%
G = 35.56%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0954E (or 0xC0954E) is known color: Tussock. HEX triplet: C0, 95 and 4E. RGB value is (192,149,78). Sum of RGB (Red+Green+Blue) = 192+149+78=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0954E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0954E is #3F6AB1. Grayscale: #9A9A9A. Windows color (decimal): -4156082 or 5150144. OLE color: 5150144.

HSL color Cylindrical-coordinate representation of color #C0954E: hue angle of 37.37º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0954E is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 149 78 -
CMYK 0 0.22 0.59 0.25
HSL 37.37º 0.48% 0.53% -
HSV(B) 37.37º 0.59% 0.75% -
XYZ 33.86 33.25 11.84 -
YUV 153.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 192 149 78 0 0.22 0.59 0.25 37.37 0.48 0.53
Hex C0 95 4E 0 16 3B 19 25 30 35
Octal 300 225 116 0 26 73 31 45 60 65
Binary 11000000 10010101 1001110 0 10110 111011 11001 100101 110000 110101

Color Harmonies of #C0954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0954E

Black with #C0954E

Text Example


Text Example

White with #C0954E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0954E; }

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

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

background-color css

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

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

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

border-color css

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

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

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