Html Css Color HEX #C0895B Twine

📋 copy color: '#C0895B'

red 192 ◦ green 137 ◦ blue 91

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

Shades of Twine #C0895B

Tints of Twine #C0895B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.67%

R = 45.71%
G = 32.62%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0895B (or 0xC0895B) is known color: Twine. HEX triplet: C0, 89 and 5B. RGB value is (192,137,91). Sum of RGB (Red+Green+Blue) = 192+137+91=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0895B is #3F76A4. Grayscale: #949494. Windows color (decimal): -4159141 or 5999040. OLE color: 5999040.

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

Color convert

RGB 192 137 91 -
CMYK 0 0.29 0.53 0.25
HSL 27.33º 0.44% 0.55% -
HSV(B) 27.33º 0.53% 0.75% -
XYZ 32.57 29.85 13.94 -
YUV 148.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 192 137 91 0 0.29 0.53 0.25 27.33 0.44 0.55
Hex C0 89 5B 0 1D 35 19 1B 2C 37
Octal 300 211 133 0 35 65 31 33 54 67
Binary 11000000 10001001 1011011 0 11101 110101 11001 11011 101100 110111

Color Harmonies of #C0895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0895B

Black with #C0895B

Text Example


Text Example

White with #C0895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0895B; }

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

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

background-color css

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

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

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

border-color css

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

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

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