Html Css Color HEX #C19B5D Twine

📋 copy color: '#C19B5D'

red 193 ◦ green 155 ◦ blue 93

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

Shades of Twine #C19B5D

Tints of Twine #C19B5D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.15%

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

R = 43.76%
G = 35.15%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C19B5D (or 0xC19B5D) is known color: Twine. HEX triplet: C1, 9B and 5D. RGB value is (193,155,93). Sum of RGB (Red+Green+Blue) = 193+155+93=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19B5D is #3E64A2. Grayscale: #9F9F9F. Windows color (decimal): -4088995 or 6134721. OLE color: 6134721.

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

Color convert

RGB 193 155 93 -
CMYK 0 0.20 0.52 0.24
HSL 37.2º 0.45% 0.56% -
HSV(B) 37.2º 0.52% 0.76% -
XYZ 35.69 35.57 15.34 -
YUV 159.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 193 155 93 0 0.20 0.52 0.24 37.2 0.45 0.56
Hex C1 9B 5D 0 14 34 18 25 2D 38
Octal 301 233 135 0 24 64 30 45 55 70
Binary 11000001 10011011 1011101 0 10100 110100 11000 100101 101101 111000

Color Harmonies of #C19B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19B5D

Black with #C19B5D

Text Example


Text Example

White with #C19B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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