Html Css Color HEX #C89D50 Tussock

📋 copy color: '#C89D50'

red 200 ◦ green 157 ◦ blue 80

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

Shades of Tussock #C89D50

Tints of Tussock #C89D50

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.93%

 BLUE value IS 80 (31.64% from 255) = 18.31%

R = 45.77%
G = 35.93%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C89D50 (or 0xC89D50) is known color: Tussock. HEX triplet: C8, 9D and 50. RGB value is (200,157,80). Sum of RGB (Red+Green+Blue) = 200+157+80=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89D50 is #3762AF. Grayscale: #A1A1A1. Windows color (decimal): -3629744 or 5283272. OLE color: 5283272.

HSL color Cylindrical-coordinate representation of color #C89D50: hue angle of 38.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C89D50 is Cyan = 0, Magento = 0.22, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 157 80 -
CMYK 0 0.22 0.6 0.22
HSL 38.5º 0.52% 0.55% -
HSV(B) 38.5º 0.6% 0.78% -
XYZ 37.32 36.97 12.76 -
YUV 161.08 82.25 155.76 -
System Red Green Blue C M Y K H S L
Decimal 200 157 80 0 0.22 0.6 0.22 38.5 0.52 0.55
Hex C8 9D 50 0 16 3C 16 26 34 37
Octal 310 235 120 0 26 74 26 46 64 67
Binary 11001000 10011101 1010000 0 10110 111100 10110 100110 110100 110111

Color Harmonies of #C89D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89D50

Black with #C89D50

Text Example


Text Example

White with #C89D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89D50; }

 p { color: rgb(200,157,80); }

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

background-color css

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

 a { background-color: rgb(200,157,80); }

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

border-color css

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

 span { border-color: rgb(200,157,80); }

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