Html Css Color HEX #C08756 Twine

📋 copy color: '#C08756'

red 192 ◦ green 135 ◦ blue 86

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

Shades of Twine #C08756

Tints of Twine #C08756

RGB

 RED value IS 192 (75.39% from 255) = 46.49%

 GREEN value IS 135 (53.13% from 255) = 32.69%

 BLUE value IS 86 (33.98% from 255) = 20.82%

R = 46.49%
G = 32.69%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C08756 (or 0xC08756) is known color: Twine. HEX triplet: C0, 87 and 56. RGB value is (192,135,86). Sum of RGB (Red+Green+Blue) = 192+135+86=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C08756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08756 is #3F78A9. Grayscale: #929292. Windows color (decimal): -4159658 or 5670848. OLE color: 5670848.

HSL color Cylindrical-coordinate representation of color #C08756: hue angle of 27.74º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C08756 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 86 -
CMYK 0 0.30 0.55 0.25
HSL 27.74º 0.46% 0.55% -
HSV(B) 27.74º 0.55% 0.75% -
XYZ 32.08 29.21 12.75 -
YUV 146.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 192 135 86 0 0.30 0.55 0.25 27.74 0.46 0.55
Hex C0 87 56 0 1E 37 19 1C 2E 37
Octal 300 207 126 0 36 67 31 34 56 67
Binary 11000000 10000111 1010110 0 11110 110111 11001 11100 101110 110111

Color Harmonies of #C08756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08756

Black with #C08756

Text Example


Text Example

White with #C08756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08756; }

 p { color: rgb(192,135,86); }

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

background-color css

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

 a { background-color: rgb(192,135,86); }

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

border-color css

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

 span { border-color: rgb(192,135,86); }

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