Html Css Color HEX #C0944E Tussock

📋 copy color: '#C0944E'

red 192 ◦ green 148 ◦ blue 78

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

Shades of Tussock #C0944E

Tints of Tussock #C0944E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.41%

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

R = 45.93%
G = 35.41%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0944E (or 0xC0944E) is known color: Tussock. HEX triplet: C0, 94 and 4E. RGB value is (192,148,78). Sum of RGB (Red+Green+Blue) = 192+148+78=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0944E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0944E is #3F6BB1. Grayscale: #999999. Windows color (decimal): -4156338 or 5149888. OLE color: 5149888.

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

Color convert

RGB 192 148 78 -
CMYK 0 0.23 0.59 0.25
HSL 36.84º 0.48% 0.53% -
HSV(B) 36.84º 0.59% 0.75% -
XYZ 33.7 32.94 11.79 -
YUV 153.18 85.58 155.69 -
System Red Green Blue C M Y K H S L
Decimal 192 148 78 0 0.23 0.59 0.25 36.84 0.48 0.53
Hex C0 94 4E 0 17 3B 19 25 30 35
Octal 300 224 116 0 27 73 31 45 60 65
Binary 11000000 10010100 1001110 0 10111 111011 11001 100101 110000 110101

Color Harmonies of #C0944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0944E

Black with #C0944E

Text Example


Text Example

White with #C0944E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0944E; }

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

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

background-color css

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

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

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

border-color css

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

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

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