Html Css Color HEX #C89A50 Tussock

📋 copy color: '#C89A50'

red 200 ◦ green 154 ◦ blue 80

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

Shades of Tussock #C89A50

Tints of Tussock #C89A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.48%

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

R = 46.08%
G = 35.48%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C89A50 (or 0xC89A50) is known color: Tussock. HEX triplet: C8, 9A and 50. RGB value is (200,154,80). Sum of RGB (Red+Green+Blue) = 200+154+80=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89A50 is #3765AF. Grayscale: #9F9F9F. Windows color (decimal): -3630512 or 5282504. OLE color: 5282504.

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

Color convert

RGB 200 154 80 -
CMYK 0 0.23 0.6 0.22
HSL 37º 0.52% 0.55% -
HSV(B) 37º 0.6% 0.78% -
XYZ 36.82 35.97 12.59 -
YUV 159.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 200 154 80 0 0.23 0.6 0.22 37 0.52 0.55
Hex C8 9A 50 0 17 3C 16 25 34 37
Octal 310 232 120 0 27 74 26 45 64 67
Binary 11001000 10011010 1010000 0 10111 111100 10110 100101 110100 110111

Color Harmonies of #C89A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89A50

Black with #C89A50

Text Example


Text Example

White with #C89A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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