Html Css Color HEX #C1955F Twine

📋 copy color: '#C1955F'

red 193 ◦ green 149 ◦ blue 95

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

Shades of Twine #C1955F

Tints of Twine #C1955F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.1%

 BLUE value IS 95 (37.5% from 255) = 21.74%

R = 44.16%
G = 34.1%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1955F (or 0xC1955F) is known color: Twine. HEX triplet: C1, 95 and 5F. RGB value is (193,149,95). Sum of RGB (Red+Green+Blue) = 193+149+95=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C1955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1955F is #3E6AA0. Grayscale: #9C9C9C. Windows color (decimal): -4090529 or 6264257. OLE color: 6264257.

HSL color Cylindrical-coordinate representation of color #C1955F: hue angle of 33.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 #C1955F is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 149 95 -
CMYK 0 0.23 0.51 0.24
HSL 33.06º 0.44% 0.56% -
HSV(B) 33.06º 0.51% 0.76% -
XYZ 34.81 33.66 15.49 -
YUV 156 93.58 154.39 -
System Red Green Blue C M Y K H S L
Decimal 193 149 95 0 0.23 0.51 0.24 33.06 0.44 0.56
Hex C1 95 5F 0 17 33 18 21 2C 38
Octal 301 225 137 0 27 63 30 41 54 70
Binary 11000001 10010101 1011111 0 10111 110011 11000 100001 101100 111000

Color Harmonies of #C1955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1955F

Black with #C1955F

Text Example


Text Example

White with #C1955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1955F; }

 p { color: rgb(193,149,95); }

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

background-color css

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

 a { background-color: rgb(193,149,95); }

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

border-color css

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

 span { border-color: rgb(193,149,95); }

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