Html Css Color HEX #C88950 Twine

📋 copy color: '#C88950'

red 200 ◦ green 137 ◦ blue 80

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

Shades of Twine #C88950

Tints of Twine #C88950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.85%

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

R = 47.96%
G = 32.85%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C88950 (or 0xC88950) is known color: Twine. HEX triplet: C8, 89 and 50. RGB value is (200,137,80). Sum of RGB (Red+Green+Blue) = 200+137+80=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C88950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88950 is #3776AF. Grayscale: #959595. Windows color (decimal): -3634864 or 5278152. OLE color: 5278152.

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

Color convert

RGB 200 137 80 -
CMYK 0 0.32 0.6 0.22
HSL 28.5º 0.52% 0.55% -
HSV(B) 28.5º 0.6% 0.78% -
XYZ 34.21 30.75 11.72 -
YUV 149.34 88.87 164.13 -
System Red Green Blue C M Y K H S L
Decimal 200 137 80 0 0.32 0.6 0.22 28.5 0.52 0.55
Hex C8 89 50 0 20 3C 16 1C 34 37
Octal 310 211 120 0 40 74 26 34 64 67
Binary 11001000 10001001 1010000 0 100000 111100 10110 11100 110100 110111

Color Harmonies of #C88950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88950

Black with #C88950

Text Example


Text Example

White with #C88950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88950; }

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

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

background-color css

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

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

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

border-color css

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

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

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