Html Css Color HEX #C88650 Twine

📋 copy color: '#C88650'

red 200 ◦ green 134 ◦ blue 80

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

Shades of Twine #C88650

Tints of Twine #C88650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.37%

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

R = 48.31%
G = 32.37%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C88650 (or 0xC88650) is known color: Twine. HEX triplet: C8, 86 and 50. RGB value is (200,134,80). Sum of RGB (Red+Green+Blue) = 200+134+80=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C88650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88650 is #3779AF. Grayscale: #939393. Windows color (decimal): -3635632 or 5277384. OLE color: 5277384.

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

Color convert

RGB 200 134 80 -
CMYK 0 0.33 0.6 0.22
HSL 27º 0.52% 0.55% -
HSV(B) 27º 0.6% 0.78% -
XYZ 33.79 29.91 11.58 -
YUV 147.58 89.87 165.39 -
System Red Green Blue C M Y K H S L
Decimal 200 134 80 0 0.33 0.6 0.22 27 0.52 0.55
Hex C8 86 50 0 21 3C 16 1B 34 37
Octal 310 206 120 0 41 74 26 33 64 67
Binary 11001000 10000110 1010000 0 100001 111100 10110 11011 110100 110111

Color Harmonies of #C88650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88650

Black with #C88650

Text Example


Text Example

White with #C88650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88650; }

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

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

background-color css

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

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

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

border-color css

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

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

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