Html Css Color HEX #C1885A Twine

📋 copy color: '#C1885A'

red 193 ◦ green 136 ◦ blue 90

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

Shades of Twine #C1885A

Tints of Twine #C1885A

RGB

 RED value IS 193 (75.78% from 255) = 46.06%

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

 BLUE value IS 90 (35.55% from 255) = 21.48%

R = 46.06%
G = 32.46%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1885A (or 0xC1885A) is known color: Twine. HEX triplet: C1, 88 and 5A. RGB value is (193,136,90). Sum of RGB (Red+Green+Blue) = 193+136+90=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1885A is #3E77A5. Grayscale: #949494. Windows color (decimal): -4093862 or 5933249. OLE color: 5933249.

HSL color Cylindrical-coordinate representation of color #C1885A: hue angle of 26.8º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1885A is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 136 90 -
CMYK 0 0.30 0.53 0.24
HSL 26.8º 0.45% 0.55% -
HSV(B) 26.8º 0.53% 0.76% -
XYZ 32.64 29.68 13.68 -
YUV 147.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 193 136 90 0 0.30 0.53 0.24 26.8 0.45 0.55
Hex C1 88 5A 0 1E 35 18 1B 2D 37
Octal 301 210 132 0 36 65 30 33 55 67
Binary 11000001 10001000 1011010 0 11110 110101 11000 11011 101101 110111

Color Harmonies of #C1885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1885A

Black with #C1885A

Text Example


Text Example

White with #C1885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1885A; }

 p { color: rgb(193,136,90); }

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

background-color css

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

 a { background-color: rgb(193,136,90); }

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

border-color css

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

 span { border-color: rgb(193,136,90); }

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