Html Css Color HEX #C0934D Tussock

📋 copy color: '#C0934D'

red 192 ◦ green 147 ◦ blue 77

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

Shades of Tussock #C0934D

Tints of Tussock #C0934D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.34%

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

R = 46.15%
G = 35.34%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0934D (or 0xC0934D) is known color: Tussock. HEX triplet: C0, 93 and 4D. RGB value is (192,147,77). Sum of RGB (Red+Green+Blue) = 192+147+77=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0934D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0934D is #3F6CB2. Grayscale: #989898. Windows color (decimal): -4156595 or 5084096. OLE color: 5084096.

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

Color convert

RGB 192 147 77 -
CMYK 0 0.23 0.60 0.25
HSL 36.52º 0.48% 0.53% -
HSV(B) 36.52º 0.6% 0.75% -
XYZ 33.51 32.61 11.55 -
YUV 152.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 192 147 77 0 0.23 0.60 0.25 36.52 0.48 0.53
Hex C0 93 4D 0 17 3C 19 25 30 35
Octal 300 223 115 0 27 74 31 45 60 65
Binary 11000000 10010011 1001101 0 10111 111100 11001 100101 110000 110101

Color Harmonies of #C0934D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0934D

Black with #C0934D

Text Example


Text Example

White with #C0934D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0934D; }

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

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

background-color css

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

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

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

border-color css

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

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

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