Html Css Color HEX #C89550 Twine

📋 copy color: '#C89550'

red 200 ◦ green 149 ◦ blue 80

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

Shades of Twine #C89550

Tints of Twine #C89550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.73%

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

R = 46.62%
G = 34.73%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C89550 (or 0xC89550) is known color: Twine. HEX triplet: C8, 95 and 50. RGB value is (200,149,80). Sum of RGB (Red+Green+Blue) = 200+149+80=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C89550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89550 is #376AAF. Grayscale: #9C9C9C. Windows color (decimal): -3631792 or 5281224. OLE color: 5281224.

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

Color convert

RGB 200 149 80 -
CMYK 0 0.26 0.6 0.22
HSL 34.5º 0.52% 0.55% -
HSV(B) 34.5º 0.6% 0.78% -
XYZ 36.01 34.35 12.32 -
YUV 156.38 84.9 159.11 -
System Red Green Blue C M Y K H S L
Decimal 200 149 80 0 0.26 0.6 0.22 34.5 0.52 0.55
Hex C8 95 50 0 1A 3C 16 22 34 37
Octal 310 225 120 0 32 74 26 42 64 67
Binary 11001000 10010101 1010000 0 11010 111100 10110 100010 110100 110111

Color Harmonies of #C89550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89550

Black with #C89550

Text Example


Text Example

White with #C89550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89550; }

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

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

background-color css

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

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

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

border-color css

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

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

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