Html Css Color HEX #C08855 Twine

📋 copy color: '#C08855'

red 192 ◦ green 136 ◦ blue 85

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

Shades of Twine #C08855

Tints of Twine #C08855

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.93%

 BLUE value IS 85 (33.59% from 255) = 20.58%

R = 46.49%
G = 32.93%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C08855 (or 0xC08855) is known color: Twine. HEX triplet: C0, 88 and 55. RGB value is (192,136,85). Sum of RGB (Red+Green+Blue) = 192+136+85=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C08855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08855 is #3F77AA. Grayscale: #939393. Windows color (decimal): -4159403 or 5605568. OLE color: 5605568.

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

Color convert

RGB 192 136 85 -
CMYK 0 0.29 0.56 0.25
HSL 28.6º 0.46% 0.54% -
HSV(B) 28.6º 0.56% 0.75% -
XYZ 32.18 29.47 12.59 -
YUV 146.93 93.05 160.15 -
System Red Green Blue C M Y K H S L
Decimal 192 136 85 0 0.29 0.56 0.25 28.6 0.46 0.54
Hex C0 88 55 0 1D 38 19 1D 2E 36
Octal 300 210 125 0 35 70 31 35 56 66
Binary 11000000 10001000 1010101 0 11101 111000 11001 11101 101110 110110

Color Harmonies of #C08855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08855

Black with #C08855

Text Example


Text Example

White with #C08855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08855; }

 p { color: rgb(192,136,85); }

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

background-color css

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

 a { background-color: rgb(192,136,85); }

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

border-color css

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

 span { border-color: rgb(192,136,85); }

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