Html Css Color HEX #C08A60 Twine

📋 copy color: '#C08A60'

red 192 ◦ green 138 ◦ blue 96

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

Shades of Twine #C08A60

Tints of Twine #C08A60

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.39%

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

R = 45.07%
G = 32.39%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C08A60 (or 0xC08A60) is known color: Twine. HEX triplet: C0, 8A and 60. RGB value is (192,138,96). Sum of RGB (Red+Green+Blue) = 192+138+96=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A60 is #3F759F. Grayscale: #959595. Windows color (decimal): -4158880 or 6326976. OLE color: 6326976.

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

Color convert

RGB 192 138 96 -
CMYK 0 0.28 0.50 0.25
HSL 26.25º 0.43% 0.56% -
HSV(B) 26.25º 0.5% 0.75% -
XYZ 32.94 30.23 15.16 -
YUV 149.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 192 138 96 0 0.28 0.50 0.25 26.25 0.43 0.56
Hex C0 8A 60 0 1C 32 19 1A 2B 38
Octal 300 212 140 0 34 62 31 32 53 70
Binary 11000000 10001010 1100000 0 11100 110010 11001 11010 101011 111000

Color Harmonies of #C08A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A60

Black with #C08A60

Text Example


Text Example

White with #C08A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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