Html Css Color HEX #C78550 Twine

📋 copy color: '#C78550'

red 199 ◦ green 133 ◦ blue 80

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

Shades of Twine #C78550

Tints of Twine #C78550

RGB

 RED value IS 199 (78.13% from 255) = 48.3%

 GREEN value IS 133 (52.34% from 255) = 32.28%

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

R = 48.3%
G = 32.28%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C78550 (or 0xC78550) is known color: Twine. HEX triplet: C7, 85 and 50. RGB value is (199,133,80). Sum of RGB (Red+Green+Blue) = 199+133+80=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C78550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78550 is #387AAF. Grayscale: #929292. Windows color (decimal): -3701424 or 5277127. OLE color: 5277127.

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

Color convert

RGB 199 133 80 -
CMYK 0 0.33 0.60 0.22
HSL 26.72º 0.52% 0.55% -
HSV(B) 26.72º 0.6% 0.78% -
XYZ 33.39 29.5 11.52 -
YUV 146.69 90.37 165.31 -
System Red Green Blue C M Y K H S L
Decimal 199 133 80 0 0.33 0.60 0.22 26.72 0.52 0.55
Hex C7 85 50 0 21 3C 16 1B 34 37
Octal 307 205 120 0 41 74 26 33 64 67
Binary 11000111 10000101 1010000 0 100001 111100 10110 11011 110100 110111

Color Harmonies of #C78550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78550

Black with #C78550

Text Example


Text Example

White with #C78550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78550; }

 p { color: rgb(199,133,80); }

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

background-color css

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

 a { background-color: rgb(199,133,80); }

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

border-color css

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

 span { border-color: rgb(199,133,80); }

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