Html Css Color HEX #C0944F Tussock

📋 copy color: '#C0944F'

red 192 ◦ green 148 ◦ blue 79

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

Shades of Tussock #C0944F

Tints of Tussock #C0944F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.85%

R = 45.82%
G = 35.32%
B = 18.85%

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

#C0944F (or 0xC0944F) is known color: Tussock. HEX triplet: C0, 94 and 4F. RGB value is (192,148,79). Sum of RGB (Red+Green+Blue) = 192+148+79=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0944F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0944F is #3F6BB0. Grayscale: #999999. Windows color (decimal): -4156337 or 5215424. OLE color: 5215424.

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

Color convert

RGB 192 148 79 -
CMYK 0 0.23 0.59 0.25
HSL 36.64º 0.47% 0.53% -
HSV(B) 36.64º 0.59% 0.75% -
XYZ 33.74 32.95 11.98 -
YUV 153.29 86.08 155.61 -
System Red Green Blue C M Y K H S L
Decimal 192 148 79 0 0.23 0.59 0.25 36.64 0.47 0.53
Hex C0 94 4F 0 17 3B 19 25 2F 35
Octal 300 224 117 0 27 73 31 45 57 65
Binary 11000000 10010100 1001111 0 10111 111011 11001 100101 101111 110101

Color Harmonies of #C0944F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0944F

Black with #C0944F

Text Example


Text Example

White with #C0944F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0944F; }

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

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

background-color css

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

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

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

border-color css

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

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

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