Html Css Color HEX #C0984D Tussock

📋 copy color: '#C0984D'

red 192 ◦ green 152 ◦ blue 77

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

Shades of Tussock #C0984D

Tints of Tussock #C0984D

RGB

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

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

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

R = 45.61%
G = 36.1%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0984D (or 0xC0984D) is known color: Tussock. HEX triplet: C0, 98 and 4D. RGB value is (192,152,77). Sum of RGB (Red+Green+Blue) = 192+152+77=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0984D is #3F67B2. Grayscale: #9B9B9B. Windows color (decimal): -4155315 or 5085376. OLE color: 5085376.

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

Color convert

RGB 192 152 77 -
CMYK 0 0.21 0.60 0.25
HSL 39.13º 0.48% 0.53% -
HSV(B) 39.13º 0.6% 0.75% -
XYZ 34.31 34.2 11.81 -
YUV 155.41 83.75 154.1 -
System Red Green Blue C M Y K H S L
Decimal 192 152 77 0 0.21 0.60 0.25 39.13 0.48 0.53
Hex C0 98 4D 0 15 3C 19 27 30 35
Octal 300 230 115 0 25 74 31 47 60 65
Binary 11000000 10011000 1001101 0 10101 111100 11001 100111 110000 110101

Color Harmonies of #C0984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0984D

Black with #C0984D

Text Example


Text Example

White with #C0984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0984D; }

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

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

background-color css

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

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

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

border-color css

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

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

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