Html Css Color HEX #C0924D Tussock

📋 copy color: '#C0924D'

red 192 ◦ green 146 ◦ blue 77

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

Shades of Tussock #C0924D

Tints of Tussock #C0924D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.18%

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

R = 46.27%
G = 35.18%
B = 18.55%

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

#C0924D (or 0xC0924D) is known color: Tussock. HEX triplet: C0, 92 and 4D. RGB value is (192,146,77). Sum of RGB (Red+Green+Blue) = 192+146+77=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0924D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0924D is #3F6DB2. Grayscale: #989898. Windows color (decimal): -4156851 or 5083840. OLE color: 5083840.

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

Color convert

RGB 192 146 77 -
CMYK 0 0.24 0.60 0.25
HSL 36º 0.48% 0.53% -
HSV(B) 36º 0.6% 0.75% -
XYZ 33.36 32.3 11.5 -
YUV 151.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 192 146 77 0 0.24 0.60 0.25 36 0.48 0.53
Hex C0 92 4D 0 18 3C 19 24 30 35
Octal 300 222 115 0 30 74 31 44 60 65
Binary 11000000 10010010 1001101 0 11000 111100 11001 100100 110000 110101

Color Harmonies of #C0924D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0924D

Black with #C0924D

Text Example


Text Example

White with #C0924D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0924D; }

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

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

background-color css

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

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

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

border-color css

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

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

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