Html Css Color HEX #C18D57 Twine

📋 copy color: '#C18D57'

red 193 ◦ green 141 ◦ blue 87

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

Shades of Twine #C18D57

Tints of Twine #C18D57

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.49%

 BLUE value IS 87 (34.38% from 255) = 20.67%

R = 45.84%
G = 33.49%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C18D57 (or 0xC18D57) is known color: Twine. HEX triplet: C1, 8D and 57. RGB value is (193,141,87). Sum of RGB (Red+Green+Blue) = 193+141+87=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18D57 is #3E72A8. Grayscale: #969696. Windows color (decimal): -4092585 or 5737921. OLE color: 5737921.

HSL color Cylindrical-coordinate representation of color #C18D57: hue angle of 30.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C18D57 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 141 87 -
CMYK 0 0.27 0.55 0.24
HSL 30.57º 0.46% 0.55% -
HSV(B) 30.57º 0.55% 0.76% -
XYZ 33.24 31.08 13.26 -
YUV 150.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 193 141 87 0 0.27 0.55 0.24 30.57 0.46 0.55
Hex C1 8D 57 0 1B 37 18 1F 2E 37
Octal 301 215 127 0 33 67 30 37 56 67
Binary 11000001 10001101 1010111 0 11011 110111 11000 11111 101110 110111

Color Harmonies of #C18D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18D57

Black with #C18D57

Text Example


Text Example

White with #C18D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18D57; }

 p { color: rgb(193,141,87); }

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

background-color css

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

 a { background-color: rgb(193,141,87); }

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

border-color css

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

 span { border-color: rgb(193,141,87); }

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