Html Css Color HEX #C89B50 Tussock

📋 copy color: '#C89B50'

red 200 ◦ green 155 ◦ blue 80

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

Shades of Tussock #C89B50

Tints of Tussock #C89B50

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.63%

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

R = 45.98%
G = 35.63%
B = 18.39%

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

#C89B50 (or 0xC89B50) is known color: Tussock. HEX triplet: C8, 9B and 50. RGB value is (200,155,80). Sum of RGB (Red+Green+Blue) = 200+155+80=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89B50 is #3764AF. Grayscale: #A0A0A0. Windows color (decimal): -3630256 or 5282760. OLE color: 5282760.

HSL color Cylindrical-coordinate representation of color #C89B50: hue angle of 37.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 #C89B50 is Cyan = 0, Magento = 0.22, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 155 80 -
CMYK 0 0.22 0.6 0.22
HSL 37.5º 0.52% 0.55% -
HSV(B) 37.5º 0.6% 0.78% -
XYZ 36.99 36.3 12.65 -
YUV 159.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 200 155 80 0 0.22 0.6 0.22 37.5 0.52 0.55
Hex C8 9B 50 0 16 3C 16 26 34 37
Octal 310 233 120 0 26 74 26 46 64 67
Binary 11001000 10011011 1010000 0 10110 111100 10110 100110 110100 110111

Color Harmonies of #C89B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89B50

Black with #C89B50

Text Example


Text Example

White with #C89B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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