Html Css Color HEX #C08760 Twine

📋 copy color: '#C08760'

red 192 ◦ green 135 ◦ blue 96

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

Shades of Twine #C08760

Tints of Twine #C08760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.91%

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

R = 45.39%
G = 31.91%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C08760 (or 0xC08760) is known color: Twine. HEX triplet: C0, 87 and 60. RGB value is (192,135,96). Sum of RGB (Red+Green+Blue) = 192+135+96=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C08760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08760 is #3F789F. Grayscale: #939393. Windows color (decimal): -4159648 or 6326208. OLE color: 6326208.

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

Color convert

RGB 192 135 96 -
CMYK 0 0.30 0.50 0.25
HSL 24.38º 0.43% 0.56% -
HSV(B) 24.38º 0.5% 0.75% -
XYZ 32.51 29.38 15.02 -
YUV 147.6 98.88 159.67 -
System Red Green Blue C M Y K H S L
Decimal 192 135 96 0 0.30 0.50 0.25 24.38 0.43 0.56
Hex C0 87 60 0 1E 32 19 18 2B 38
Octal 300 207 140 0 36 62 31 30 53 70
Binary 11000000 10000111 1100000 0 11110 110010 11001 11000 101011 111000

Color Harmonies of #C08760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08760

Black with #C08760

Text Example


Text Example

White with #C08760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08760; }

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

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

background-color css

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

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

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

border-color css

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

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

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