Html Css Color HEX #C08056 Twine

📋 copy color: '#C08056'

red 192 ◦ green 128 ◦ blue 86

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

Shades of Twine #C08056

Tints of Twine #C08056

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.53%

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

R = 47.29%
G = 31.53%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C08056 (or 0xC08056) is known color: Twine. HEX triplet: C0, 80 and 56. RGB value is (192,128,86). Sum of RGB (Red+Green+Blue) = 192+128+86=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C08056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08056 is #3F7FA9. Grayscale: #8E8E8E. Windows color (decimal): -4161450 or 5669056. OLE color: 5669056.

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

Color convert

RGB 192 128 86 -
CMYK 0 0.33 0.55 0.25
HSL 23.77º 0.46% 0.55% -
HSV(B) 23.77º 0.55% 0.75% -
XYZ 31.14 27.32 12.44 -
YUV 142.35 96.2 163.42 -
System Red Green Blue C M Y K H S L
Decimal 192 128 86 0 0.33 0.55 0.25 23.77 0.46 0.55
Hex C0 80 56 0 21 37 19 18 2E 37
Octal 300 200 126 0 41 67 31 30 56 67
Binary 11000000 10000000 1010110 0 100001 110111 11001 11000 101110 110111

Color Harmonies of #C08056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08056

Black with #C08056

Text Example


Text Example

White with #C08056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08056; }

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

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

background-color css

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

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

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

border-color css

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

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

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