Html Css Color HEX #C08960 Twine

📋 copy color: '#C08960'

red 192 ◦ green 137 ◦ blue 96

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

Shades of Twine #C08960

Tints of Twine #C08960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.59%

R = 45.18%
G = 32.24%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C08960 (or 0xC08960) is known color: Twine. HEX triplet: C0, 89 and 60. RGB value is (192,137,96). Sum of RGB (Red+Green+Blue) = 192+137+96=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C08960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08960 is #3F769F. Grayscale: #949494. Windows color (decimal): -4159136 or 6326720. OLE color: 6326720.

HSL color Cylindrical-coordinate representation of color #C08960: hue angle of 25.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C08960 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 137 96 -
CMYK 0 0.29 0.50 0.25
HSL 25.63º 0.43% 0.56% -
HSV(B) 25.63º 0.5% 0.75% -
XYZ 32.8 29.94 15.12 -
YUV 148.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 192 137 96 0 0.29 0.50 0.25 25.63 0.43 0.56
Hex C0 89 60 0 1D 32 19 1A 2B 38
Octal 300 211 140 0 35 62 31 32 53 70
Binary 11000000 10001001 1100000 0 11101 110010 11001 11010 101011 111000

Color Harmonies of #C08960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08960

Black with #C08960

Text Example


Text Example

White with #C08960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08960; }

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

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

background-color css

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

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

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

border-color css

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

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

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