Html Css Color HEX #C0924A Tussock

📋 copy color: '#C0924A'

red 192 ◦ green 146 ◦ blue 74

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

Shades of Tussock #C0924A

Tints of Tussock #C0924A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.96%

R = 46.6%
G = 35.44%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0924A (or 0xC0924A) is known color: Tussock. HEX triplet: C0, 92 and 4A. RGB value is (192,146,74). Sum of RGB (Red+Green+Blue) = 192+146+74=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0924A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0924A is #3F6DB5. Grayscale: #979797. Windows color (decimal): -4156854 or 4887232. OLE color: 4887232.

HSL color Cylindrical-coordinate representation of color #C0924A: hue angle of 36.61º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0924A is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 146 74 -
CMYK 0 0.24 0.61 0.25
HSL 36.61º 0.48% 0.52% -
HSV(B) 36.61º 0.61% 0.75% -
XYZ 33.25 32.26 10.95 -
YUV 151.55 84.24 156.85 -
System Red Green Blue C M Y K H S L
Decimal 192 146 74 0 0.24 0.61 0.25 36.61 0.48 0.52
Hex C0 92 4A 0 18 3D 19 25 30 34
Octal 300 222 112 0 30 75 31 45 60 64
Binary 11000000 10010010 1001010 0 11000 111101 11001 100101 110000 110100

Color Harmonies of #C0924A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0924A

Black with #C0924A

Text Example


Text Example

White with #C0924A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0924A; }

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

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

background-color css

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

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

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

border-color css

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

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

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