Html Css Color HEX #C1935D Twine

📋 copy color: '#C1935D'

red 193 ◦ green 147 ◦ blue 93

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

Shades of Twine #C1935D

Tints of Twine #C1935D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.95%

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

R = 44.57%
G = 33.95%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1935D (or 0xC1935D) is known color: Twine. HEX triplet: C1, 93 and 5D. RGB value is (193,147,93). Sum of RGB (Red+Green+Blue) = 193+147+93=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1935D is #3E6CA2. Grayscale: #9A9A9A. Windows color (decimal): -4091043 or 6132673. OLE color: 6132673.

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

Color convert

RGB 193 147 93 -
CMYK 0 0.24 0.52 0.24
HSL 32.4º 0.45% 0.56% -
HSV(B) 32.4º 0.52% 0.76% -
XYZ 34.4 33 14.91 -
YUV 154.6 93.24 155.39 -
System Red Green Blue C M Y K H S L
Decimal 193 147 93 0 0.24 0.52 0.24 32.4 0.45 0.56
Hex C1 93 5D 0 18 34 18 20 2D 38
Octal 301 223 135 0 30 64 30 40 55 70
Binary 11000001 10010011 1011101 0 11000 110100 11000 100000 101101 111000

Color Harmonies of #C1935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1935D

Black with #C1935D

Text Example


Text Example

White with #C1935D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1935D; }

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

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

background-color css

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

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

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

border-color css

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

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

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