Html Css Color HEX #C0984E Tussock

📋 copy color: '#C0984E'

red 192 ◦ green 152 ◦ blue 78

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

Shades of Tussock #C0984E

Tints of Tussock #C0984E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.48%

R = 45.5%
G = 36.02%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0984E (or 0xC0984E) is known color: Tussock. HEX triplet: C0, 98 and 4E. RGB value is (192,152,78). Sum of RGB (Red+Green+Blue) = 192+152+78=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0984E is #3F67B1. Grayscale: #9B9B9B. Windows color (decimal): -4155314 or 5150912. OLE color: 5150912.

HSL color Cylindrical-coordinate representation of color #C0984E: hue angle of 38.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0984E is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 152 78 -
CMYK 0 0.21 0.59 0.25
HSL 38.95º 0.48% 0.53% -
HSV(B) 38.95º 0.59% 0.75% -
XYZ 34.34 34.21 12 -
YUV 155.52 84.25 154.02 -
System Red Green Blue C M Y K H S L
Decimal 192 152 78 0 0.21 0.59 0.25 38.95 0.48 0.53
Hex C0 98 4E 0 15 3B 19 27 30 35
Octal 300 230 116 0 25 73 31 47 60 65
Binary 11000000 10011000 1001110 0 10101 111011 11001 100111 110000 110101

Color Harmonies of #C0984E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0984E

Black with #C0984E

Text Example


Text Example

White with #C0984E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0984E; }

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

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

background-color css

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

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

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

border-color css

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

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

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