Html Css Color HEX #C89950 Tussock

📋 copy color: '#C89950'

red 200 ◦ green 153 ◦ blue 80

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

Shades of Tussock #C89950

Tints of Tussock #C89950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.33%

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

R = 46.19%
G = 35.33%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C89950 (or 0xC89950) is known color: Tussock. HEX triplet: C8, 99 and 50. RGB value is (200,153,80). Sum of RGB (Red+Green+Blue) = 200+153+80=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C89950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89950 is #3766AF. Grayscale: #9F9F9F. Windows color (decimal): -3630768 or 5282248. OLE color: 5282248.

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

Color convert

RGB 200 153 80 -
CMYK 0 0.24 0.6 0.22
HSL 36.5º 0.52% 0.55% -
HSV(B) 36.5º 0.6% 0.78% -
XYZ 36.66 35.64 12.54 -
YUV 158.73 83.57 157.44 -
System Red Green Blue C M Y K H S L
Decimal 200 153 80 0 0.24 0.6 0.22 36.5 0.52 0.55
Hex C8 99 50 0 18 3C 16 24 34 37
Octal 310 231 120 0 30 74 26 44 64 67
Binary 11001000 10011001 1010000 0 11000 111100 10110 100100 110100 110111

Color Harmonies of #C89950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89950

Black with #C89950

Text Example


Text Example

White with #C89950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89950; }

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

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

background-color css

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

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

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

border-color css

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

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

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