Html Css Color HEX #C0954F Tussock

📋 copy color: '#C0954F'

red 192 ◦ green 149 ◦ blue 79

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

Shades of Tussock #C0954F

Tints of Tussock #C0954F

RGB

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

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

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

R = 45.71%
G = 35.48%
B = 18.81%

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

#C0954F (or 0xC0954F) is known color: Tussock. HEX triplet: C0, 95 and 4F. RGB value is (192,149,79). Sum of RGB (Red+Green+Blue) = 192+149+79=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0954F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0954F is #3F6AB0. Grayscale: #9A9A9A. Windows color (decimal): -4156081 or 5215680. OLE color: 5215680.

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

Color convert

RGB 192 149 79 -
CMYK 0 0.22 0.59 0.25
HSL 37.17º 0.47% 0.53% -
HSV(B) 37.17º 0.59% 0.75% -
XYZ 33.9 33.27 12.03 -
YUV 153.88 85.75 155.19 -
System Red Green Blue C M Y K H S L
Decimal 192 149 79 0 0.22 0.59 0.25 37.17 0.47 0.53
Hex C0 95 4F 0 16 3B 19 25 2F 35
Octal 300 225 117 0 26 73 31 45 57 65
Binary 11000000 10010101 1001111 0 10110 111011 11001 100101 101111 110101

Color Harmonies of #C0954F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0954F

Black with #C0954F

Text Example


Text Example

White with #C0954F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0954F; }

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

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

background-color css

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

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

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

border-color css

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

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

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