Html Css Color HEX #C08956 Twine

📋 copy color: '#C08956'

red 192 ◦ green 137 ◦ blue 86

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

Shades of Twine #C08956

Tints of Twine #C08956

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.01%

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

R = 46.27%
G = 33.01%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C08956 (or 0xC08956) is known color: Twine. HEX triplet: C0, 89 and 56. RGB value is (192,137,86). Sum of RGB (Red+Green+Blue) = 192+137+86=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C08956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08956 is #3F76A9. Grayscale: #939393. Windows color (decimal): -4159146 or 5671360. OLE color: 5671360.

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

Color convert

RGB 192 137 86 -
CMYK 0 0.29 0.55 0.25
HSL 28.87º 0.46% 0.55% -
HSV(B) 28.87º 0.55% 0.75% -
XYZ 32.36 29.77 12.84 -
YUV 147.63 93.22 159.65 -
System Red Green Blue C M Y K H S L
Decimal 192 137 86 0 0.29 0.55 0.25 28.87 0.46 0.55
Hex C0 89 56 0 1D 37 19 1D 2E 37
Octal 300 211 126 0 35 67 31 35 56 67
Binary 11000000 10001001 1010110 0 11101 110111 11001 11101 101110 110111

Color Harmonies of #C08956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08956

Black with #C08956

Text Example


Text Example

White with #C08956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08956; }

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

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

background-color css

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

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

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

border-color css

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

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

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