Html Css Color HEX #C0974D Tussock

📋 copy color: '#C0974D'

red 192 ◦ green 151 ◦ blue 77

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

Shades of Tussock #C0974D

Tints of Tussock #C0974D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.95%

 BLUE value IS 77 (30.47% from 255) = 18.33%

R = 45.71%
G = 35.95%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0974D (or 0xC0974D) is known color: Tussock. HEX triplet: C0, 97 and 4D. RGB value is (192,151,77). Sum of RGB (Red+Green+Blue) = 192+151+77=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0974D is #3F68B2. Grayscale: #9B9B9B. Windows color (decimal): -4155571 or 5085120. OLE color: 5085120.

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

Color convert

RGB 192 151 77 -
CMYK 0 0.21 0.60 0.25
HSL 38.61º 0.48% 0.53% -
HSV(B) 38.61º 0.6% 0.75% -
XYZ 34.14 33.88 11.76 -
YUV 154.82 84.08 154.52 -
System Red Green Blue C M Y K H S L
Decimal 192 151 77 0 0.21 0.60 0.25 38.61 0.48 0.53
Hex C0 97 4D 0 15 3C 19 27 30 35
Octal 300 227 115 0 25 74 31 47 60 65
Binary 11000000 10010111 1001101 0 10101 111100 11001 100111 110000 110101

Color Harmonies of #C0974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0974D

Black with #C0974D

Text Example


Text Example

White with #C0974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0974D; }

 p { color: rgb(192,151,77); }

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

background-color css

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

 a { background-color: rgb(192,151,77); }

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

border-color css

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

 span { border-color: rgb(192,151,77); }

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