Html Css Color HEX #C89B4C Tussock

📋 copy color: '#C89B4C'

red 200 ◦ green 155 ◦ blue 76

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

Shades of Tussock #C89B4C

Tints of Tussock #C89B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.63%

R = 46.4%
G = 35.96%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C89B4C (or 0xC89B4C) is known color: Tussock. HEX triplet: C8, 9B and 4C. RGB value is (200,155,76). Sum of RGB (Red+Green+Blue) = 200+155+76=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89B4C is #3764B3. Grayscale: #9F9F9F. Windows color (decimal): -3630260 or 5020616. OLE color: 5020616.

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

Color convert

RGB 200 155 76 -
CMYK 0 0.22 0.62 0.22
HSL 38.23º 0.53% 0.54% -
HSV(B) 38.23º 0.62% 0.78% -
XYZ 36.85 36.24 11.89 -
YUV 159.45 80.91 156.92 -
System Red Green Blue C M Y K H S L
Decimal 200 155 76 0 0.22 0.62 0.22 38.23 0.53 0.54
Hex C8 9B 4C 0 16 3E 16 26 35 36
Octal 310 233 114 0 26 76 26 46 65 66
Binary 11001000 10011011 1001100 0 10110 111110 10110 100110 110101 110110

Color Harmonies of #C89B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89B4C

Black with #C89B4C

Text Example


Text Example

White with #C89B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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