Html Css Color HEX #C89B48 Tussock

📋 copy color: '#C89B48'

red 200 ◦ green 155 ◦ blue 72

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

Shades of Tussock #C89B48

Tints of Tussock #C89B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.86%

R = 46.84%
G = 36.3%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C89B48 (or 0xC89B48) is known color: Tussock. HEX triplet: C8, 9B and 48. RGB value is (200,155,72). Sum of RGB (Red+Green+Blue) = 200+155+72=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89B48 is #3764B7. Grayscale: #9F9F9F. Windows color (decimal): -3630264 or 4758472. OLE color: 4758472.

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

Color convert

RGB 200 155 72 -
CMYK 0 0.22 0.64 0.22
HSL 38.91º 0.54% 0.53% -
HSV(B) 38.91º 0.64% 0.78% -
XYZ 36.71 36.19 11.18 -
YUV 158.99 78.91 157.25 -
System Red Green Blue C M Y K H S L
Decimal 200 155 72 0 0.22 0.64 0.22 38.91 0.54 0.53
Hex C8 9B 48 0 16 40 16 27 36 35
Octal 310 233 110 0 26 100 26 47 66 65
Binary 11001000 10011011 1001000 0 10110 1000000 10110 100111 110110 110101

Color Harmonies of #C89B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89B48

Black with #C89B48

Text Example


Text Example

White with #C89B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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