Html Css Color HEX #C0984A Tussock

📋 copy color: '#C0984A'

red 192 ◦ green 152 ◦ blue 74

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

Shades of Tussock #C0984A

Tints of Tussock #C0984A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.36%

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

R = 45.93%
G = 36.36%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0984A (or 0xC0984A) is known color: Tussock. HEX triplet: C0, 98 and 4A. RGB value is (192,152,74). Sum of RGB (Red+Green+Blue) = 192+152+74=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0984A is #3F67B5. Grayscale: #9B9B9B. Windows color (decimal): -4155318 or 4888768. OLE color: 4888768.

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

Color convert

RGB 192 152 74 -
CMYK 0 0.21 0.61 0.25
HSL 39.66º 0.48% 0.52% -
HSV(B) 39.66º 0.61% 0.75% -
XYZ 34.2 34.16 11.27 -
YUV 155.07 82.25 154.34 -
System Red Green Blue C M Y K H S L
Decimal 192 152 74 0 0.21 0.61 0.25 39.66 0.48 0.52
Hex C0 98 4A 0 15 3D 19 28 30 34
Octal 300 230 112 0 25 75 31 50 60 64
Binary 11000000 10011000 1001010 0 10101 111101 11001 101000 110000 110100

Color Harmonies of #C0984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0984A

Black with #C0984A

Text Example


Text Example

White with #C0984A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0984A; }

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

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

background-color css

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

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

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

border-color css

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

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

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