Html Css Color HEX #C0914D Tussock

📋 copy color: '#C0914D'

red 192 ◦ green 145 ◦ blue 77

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

Shades of Tussock #C0914D

Tints of Tussock #C0914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.02%

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

R = 46.38%
G = 35.02%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0914D (or 0xC0914D) is known color: Tussock. HEX triplet: C0, 91 and 4D. RGB value is (192,145,77). Sum of RGB (Red+Green+Blue) = 192+145+77=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0914D is #3F6EB2. Grayscale: #979797. Windows color (decimal): -4157107 or 5083584. OLE color: 5083584.

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

Color convert

RGB 192 145 77 -
CMYK 0 0.24 0.60 0.25
HSL 35.48º 0.48% 0.53% -
HSV(B) 35.48º 0.6% 0.75% -
XYZ 33.2 31.99 11.45 -
YUV 151.3 86.07 157.03 -
System Red Green Blue C M Y K H S L
Decimal 192 145 77 0 0.24 0.60 0.25 35.48 0.48 0.53
Hex C0 91 4D 0 18 3C 19 23 30 35
Octal 300 221 115 0 30 74 31 43 60 65
Binary 11000000 10010001 1001101 0 11000 111100 11001 100011 110000 110101

Color Harmonies of #C0914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0914D

Black with #C0914D

Text Example


Text Example

White with #C0914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0914D; }

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

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

background-color css

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

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

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

border-color css

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

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

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