Html Css Color HEX #C89050 Twine

📋 copy color: '#C89050'

red 200 ◦ green 144 ◦ blue 80

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

Shades of Twine #C89050

Tints of Twine #C89050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.96%

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

R = 47.17%
G = 33.96%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C89050 (or 0xC89050) is known color: Twine. HEX triplet: C8, 90 and 50. RGB value is (200,144,80). Sum of RGB (Red+Green+Blue) = 200+144+80=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C89050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89050 is #376FAF. Grayscale: #999999. Windows color (decimal): -3633072 or 5279944. OLE color: 5279944.

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

Color convert

RGB 200 144 80 -
CMYK 0 0.28 0.6 0.22
HSL 32º 0.52% 0.55% -
HSV(B) 32º 0.6% 0.78% -
XYZ 35.24 32.81 12.06 -
YUV 153.45 86.55 161.2 -
System Red Green Blue C M Y K H S L
Decimal 200 144 80 0 0.28 0.6 0.22 32 0.52 0.55
Hex C8 90 50 0 1C 3C 16 20 34 37
Octal 310 220 120 0 34 74 26 40 64 67
Binary 11001000 10010000 1010000 0 11100 111100 10110 100000 110100 110111

Color Harmonies of #C89050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89050

Black with #C89050

Text Example


Text Example

White with #C89050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89050; }

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

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

background-color css

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

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

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

border-color css

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

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

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