Html Css Color HEX #C08D56 Twine

📋 copy color: '#C08D56'

red 192 ◦ green 141 ◦ blue 86

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

Shades of Twine #C08D56

Tints of Twine #C08D56

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.65%

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

R = 45.82%
G = 33.65%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C08D56 (or 0xC08D56) is known color: Twine. HEX triplet: C0, 8D and 56. RGB value is (192,141,86). Sum of RGB (Red+Green+Blue) = 192+141+86=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D56 is #3F72A9. Grayscale: #969696. Windows color (decimal): -4158122 or 5672384. OLE color: 5672384.

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

Color convert

RGB 192 141 86 -
CMYK 0 0.27 0.55 0.25
HSL 31.13º 0.46% 0.55% -
HSV(B) 31.13º 0.55% 0.75% -
XYZ 32.94 30.93 13.04 -
YUV 149.98 91.9 157.97 -
System Red Green Blue C M Y K H S L
Decimal 192 141 86 0 0.27 0.55 0.25 31.13 0.46 0.55
Hex C0 8D 56 0 1B 37 19 1F 2E 37
Octal 300 215 126 0 33 67 31 37 56 67
Binary 11000000 10001101 1010110 0 11011 110111 11001 11111 101110 110111

Color Harmonies of #C08D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08D56

Black with #C08D56

Text Example


Text Example

White with #C08D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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