Html Css Color HEX #C1995D Twine

📋 copy color: '#C1995D'

red 193 ◦ green 153 ◦ blue 93

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

Shades of Twine #C1995D

Tints of Twine #C1995D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.85%

 BLUE value IS 93 (36.72% from 255) = 21.18%

R = 43.96%
G = 34.85%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1995D (or 0xC1995D) is known color: Twine. HEX triplet: C1, 99 and 5D. RGB value is (193,153,93). Sum of RGB (Red+Green+Blue) = 193+153+93=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C1995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1995D is #3E66A2. Grayscale: #9E9E9E. Windows color (decimal): -4089507 or 6134209. OLE color: 6134209.

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

Color convert

RGB 193 153 93 -
CMYK 0 0.21 0.52 0.24
HSL 36º 0.45% 0.56% -
HSV(B) 36º 0.52% 0.76% -
XYZ 35.36 34.91 15.23 -
YUV 158.12 91.25 152.88 -
System Red Green Blue C M Y K H S L
Decimal 193 153 93 0 0.21 0.52 0.24 36 0.45 0.56
Hex C1 99 5D 0 15 34 18 24 2D 38
Octal 301 231 135 0 25 64 30 44 55 70
Binary 11000001 10011001 1011101 0 10101 110100 11000 100100 101101 111000

Color Harmonies of #C1995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1995D

Black with #C1995D

Text Example


Text Example

White with #C1995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1995D; }

 p { color: rgb(193,153,93); }

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

background-color css

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

 a { background-color: rgb(193,153,93); }

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

border-color css

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

 span { border-color: rgb(193,153,93); }

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