Html Css Color HEX #C1865D Twine

📋 copy color: '#C1865D'

red 193 ◦ green 134 ◦ blue 93

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

Shades of Twine #C1865D

Tints of Twine #C1865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.9%

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

R = 45.95%
G = 31.9%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1865D (or 0xC1865D) is known color: Twine. HEX triplet: C1, 86 and 5D. RGB value is (193,134,93). Sum of RGB (Red+Green+Blue) = 193+134+93=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1865D is #3E79A2. Grayscale: #939393. Windows color (decimal): -4094371 or 6129345. OLE color: 6129345.

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

Color convert

RGB 193 134 93 -
CMYK 0 0.31 0.52 0.24
HSL 24.6º 0.45% 0.56% -
HSV(B) 24.6º 0.52% 0.76% -
XYZ 32.49 29.18 14.28 -
YUV 146.97 97.55 160.83 -
System Red Green Blue C M Y K H S L
Decimal 193 134 93 0 0.31 0.52 0.24 24.6 0.45 0.56
Hex C1 86 5D 0 1F 34 18 19 2D 38
Octal 301 206 135 0 37 64 30 31 55 70
Binary 11000001 10000110 1011101 0 11111 110100 11000 11001 101101 111000

Color Harmonies of #C1865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1865D

Black with #C1865D

Text Example


Text Example

White with #C1865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1865D; }

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

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

background-color css

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

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

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

border-color css

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

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

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