Html Css Color HEX #C89B4B Tussock

📋 copy color: '#C89B4B'

red 200 ◦ green 155 ◦ blue 75

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

Shades of Tussock #C89B4B

Tints of Tussock #C89B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.44%

R = 46.51%
G = 36.05%
B = 17.44%

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

#C89B4B (or 0xC89B4B) is known color: Tussock. HEX triplet: C8, 9B and 4B. RGB value is (200,155,75). Sum of RGB (Red+Green+Blue) = 200+155+75=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89B4B is #3764B4. Grayscale: #9F9F9F. Windows color (decimal): -3630261 or 4955080. OLE color: 4955080.

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

Color convert

RGB 200 155 75 -
CMYK 0 0.22 0.62 0.22
HSL 38.4º 0.53% 0.54% -
HSV(B) 38.4º 0.63% 0.78% -
XYZ 36.81 36.23 11.71 -
YUV 159.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 200 155 75 0 0.22 0.62 0.22 38.4 0.53 0.54
Hex C8 9B 4B 0 16 3E 16 26 35 36
Octal 310 233 113 0 26 76 26 46 65 66
Binary 11001000 10011011 1001011 0 10110 111110 10110 100110 110101 110110

Color Harmonies of #C89B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89B4B

Black with #C89B4B

Text Example


Text Example

White with #C89B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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