Html Css Color HEX #C19A5D Twine

📋 copy color: '#C19A5D'

red 193 ◦ green 154 ◦ blue 93

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

Shades of Twine #C19A5D

Tints of Twine #C19A5D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35%

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

R = 43.86%
G = 35%
B = 21.14%

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

#C19A5D (or 0xC19A5D) is known color: Twine. HEX triplet: C1, 9A and 5D. RGB value is (193,154,93). Sum of RGB (Red+Green+Blue) = 193+154+93=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19A5D is #3E65A2. Grayscale: #9E9E9E. Windows color (decimal): -4089251 or 6134465. OLE color: 6134465.

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

Color convert

RGB 193 154 93 -
CMYK 0 0.20 0.52 0.24
HSL 36.6º 0.45% 0.56% -
HSV(B) 36.6º 0.52% 0.76% -
XYZ 35.52 35.24 15.29 -
YUV 158.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 193 154 93 0 0.20 0.52 0.24 36.6 0.45 0.56
Hex C1 9A 5D 0 14 34 18 25 2D 38
Octal 301 232 135 0 24 64 30 45 55 70
Binary 11000001 10011010 1011101 0 10100 110100 11000 100101 101101 111000

Color Harmonies of #C19A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19A5D

Black with #C19A5D

Text Example


Text Example

White with #C19A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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