Html Css Color HEX #C1895E Twine

📋 copy color: '#C1895E'

red 193 ◦ green 137 ◦ blue 94

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

Shades of Twine #C1895E

Tints of Twine #C1895E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.17%

R = 45.52%
G = 32.31%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1895E (or 0xC1895E) is known color: Twine. HEX triplet: C1, 89 and 5E. RGB value is (193,137,94). Sum of RGB (Red+Green+Blue) = 193+137+94=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C1895E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1895E is #3E76A1. Grayscale: #959595. Windows color (decimal): -4093602 or 6195649. OLE color: 6195649.

HSL color Cylindrical-coordinate representation of color #C1895E: hue angle of 26.06º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1895E is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 137 94 -
CMYK 0 0.29 0.51 0.24
HSL 26.06º 0.44% 0.56% -
HSV(B) 26.06º 0.51% 0.76% -
XYZ 32.96 30.04 14.65 -
YUV 148.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 193 137 94 0 0.29 0.51 0.24 26.06 0.44 0.56
Hex C1 89 5E 0 1D 33 18 1A 2C 38
Octal 301 211 136 0 35 63 30 32 54 70
Binary 11000001 10001001 1011110 0 11101 110011 11000 11010 101100 111000

Color Harmonies of #C1895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1895E

Black with #C1895E

Text Example


Text Example

White with #C1895E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1895E; }

 p { color: rgb(193,137,94); }

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

background-color css

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

 a { background-color: rgb(193,137,94); }

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

border-color css

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

 span { border-color: rgb(193,137,94); }

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