Html Css Color HEX #C89149 Tussock

📋 copy color: '#C89149'

red 200 ◦ green 145 ◦ blue 73

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

Shades of Tussock #C89149

Tints of Tussock #C89149

RGB

 RED value IS 200 (78.52% from 255) = 47.85%

 GREEN value IS 145 (57.03% from 255) = 34.69%

 BLUE value IS 73 (28.91% from 255) = 17.46%

R = 47.85%
G = 34.69%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C89149 (or 0xC89149) is known color: Tussock. HEX triplet: C8, 91 and 49. RGB value is (200,145,73). Sum of RGB (Red+Green+Blue) = 200+145+73=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C89149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89149 is #376EB6. Grayscale: #999999. Windows color (decimal): -3632823 or 4821448. OLE color: 4821448.

HSL color Cylindrical-coordinate representation of color #C89149: hue angle of 34.02º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C89149 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 145 73 -
CMYK 0 0.28 0.64 0.22
HSL 34.02º 0.54% 0.54% -
HSV(B) 34.02º 0.64% 0.78% -
XYZ 35.15 33.01 10.82 -
YUV 153.24 82.72 161.35 -
System Red Green Blue C M Y K H S L
Decimal 200 145 73 0 0.28 0.64 0.22 34.02 0.54 0.54
Hex C8 91 49 0 1C 40 16 22 36 36
Octal 310 221 111 0 34 100 26 42 66 66
Binary 11001000 10010001 1001001 0 11100 1000000 10110 100010 110110 110110

Color Harmonies of #C89149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89149

Black with #C89149

Text Example


Text Example

White with #C89149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89149; }

 p { color: rgb(200,145,73); }

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

background-color css

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

 a { background-color: rgb(200,145,73); }

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

border-color css

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

 span { border-color: rgb(200,145,73); }

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