Html Css Color HEX #C08556 Twine

📋 copy color: '#C08556'

red 192 ◦ green 133 ◦ blue 86

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

Shades of Twine #C08556

Tints of Twine #C08556

RGB

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

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

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

R = 46.72%
G = 32.36%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C08556 (or 0xC08556) is known color: Twine. HEX triplet: C0, 85 and 56. RGB value is (192,133,86). Sum of RGB (Red+Green+Blue) = 192+133+86=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C08556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08556 is #3F7AA9. Grayscale: #919191. Windows color (decimal): -4160170 or 5670336. OLE color: 5670336.

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

Color convert

RGB 192 133 86 -
CMYK 0 0.31 0.55 0.25
HSL 26.6º 0.46% 0.55% -
HSV(B) 26.6º 0.55% 0.75% -
XYZ 31.81 28.65 12.66 -
YUV 145.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 192 133 86 0 0.31 0.55 0.25 26.6 0.46 0.55
Hex C0 85 56 0 1F 37 19 1B 2E 37
Octal 300 205 126 0 37 67 31 33 56 67
Binary 11000000 10000101 1010110 0 11111 110111 11001 11011 101110 110111

Color Harmonies of #C08556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08556

Black with #C08556

Text Example


Text Example

White with #C08556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08556; }

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

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

background-color css

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

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

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

border-color css

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

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

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