Html Css Color HEX #C89650 Twine

📋 copy color: '#C89650'

red 200 ◦ green 150 ◦ blue 80

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

Shades of Twine #C89650

Tints of Twine #C89650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.88%

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

R = 46.51%
G = 34.88%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C89650 (or 0xC89650) is known color: Twine. HEX triplet: C8, 96 and 50. RGB value is (200,150,80). Sum of RGB (Red+Green+Blue) = 200+150+80=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C89650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89650 is #3769AF. Grayscale: #9D9D9D. Windows color (decimal): -3631536 or 5281480. OLE color: 5281480.

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

Color convert

RGB 200 150 80 -
CMYK 0 0.25 0.6 0.22
HSL 35º 0.52% 0.55% -
HSV(B) 35º 0.6% 0.78% -
XYZ 36.17 34.67 12.38 -
YUV 156.97 84.57 158.69 -
System Red Green Blue C M Y K H S L
Decimal 200 150 80 0 0.25 0.6 0.22 35 0.52 0.55
Hex C8 96 50 0 19 3C 16 23 34 37
Octal 310 226 120 0 31 74 26 43 64 67
Binary 11001000 10010110 1010000 0 11001 111100 10110 100011 110100 110111

Color Harmonies of #C89650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89650

Black with #C89650

Text Example


Text Example

White with #C89650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89650; }

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

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

background-color css

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

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

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

border-color css

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

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

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