Html Css Color HEX #C1945D Twine

📋 copy color: '#C1945D'

red 193 ◦ green 148 ◦ blue 93

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

Shades of Twine #C1945D

Tints of Twine #C1945D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.1%

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

R = 44.47%
G = 34.1%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1945D (or 0xC1945D) is known color: Twine. HEX triplet: C1, 94 and 5D. RGB value is (193,148,93). Sum of RGB (Red+Green+Blue) = 193+148+93=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C1945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1945D is #3E6BA2. Grayscale: #9B9B9B. Windows color (decimal): -4090787 or 6132929. OLE color: 6132929.

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

Color convert

RGB 193 148 93 -
CMYK 0 0.23 0.52 0.24
HSL 33º 0.45% 0.56% -
HSV(B) 33º 0.52% 0.76% -
XYZ 34.56 33.31 14.96 -
YUV 155.19 92.91 154.97 -
System Red Green Blue C M Y K H S L
Decimal 193 148 93 0 0.23 0.52 0.24 33 0.45 0.56
Hex C1 94 5D 0 17 34 18 21 2D 38
Octal 301 224 135 0 27 64 30 41 55 70
Binary 11000001 10010100 1011101 0 10111 110100 11000 100001 101101 111000

Color Harmonies of #C1945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1945D

Black with #C1945D

Text Example


Text Example

White with #C1945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1945D; }

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

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

background-color css

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

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

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

border-color css

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

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

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