Html Css Color HEX #C5984A Tussock

📋 copy color: '#C5984A'

red 197 ◦ green 152 ◦ blue 74

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

Shades of Tussock #C5984A

Tints of Tussock #C5984A

RGB

 RED value IS 197 (77.34% from 255) = 46.57%

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

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

R = 46.57%
G = 35.93%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5984A (or 0xC5984A) is known color: Tussock. HEX triplet: C5, 98 and 4A. RGB value is (197,152,74). Sum of RGB (Red+Green+Blue) = 197+152+74=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5984A is #3A67B5. Grayscale: #9C9C9C. Windows color (decimal): -3827638 or 4888773. OLE color: 4888773.

HSL color Cylindrical-coordinate representation of color #C5984A: hue angle of 38.05º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5984A is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 152 74 -
CMYK 0 0.23 0.62 0.23
HSL 38.05º 0.51% 0.53% -
HSV(B) 38.05º 0.62% 0.77% -
XYZ 35.49 34.82 11.33 -
YUV 156.56 81.41 156.84 -
System Red Green Blue C M Y K H S L
Decimal 197 152 74 0 0.23 0.62 0.23 38.05 0.51 0.53
Hex C5 98 4A 0 17 3E 17 26 33 35
Octal 305 230 112 0 27 76 27 46 63 65
Binary 11000101 10011000 1001010 0 10111 111110 10111 100110 110011 110101

Color Harmonies of #C5984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5984A

Black with #C5984A

Text Example


Text Example

White with #C5984A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5984A; }

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

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

background-color css

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

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

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

border-color css

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

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

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